Reply To: Sidebar background image styling in portrait phone view

Home Forums Support Sidebar background image styling in portrait phone view Reply To: Sidebar background image styling in portrait phone view

Home Forums Support Sidebar background image styling in portrait phone view Reply To: Sidebar background image styling in portrait phone view

#206775
Max

Well the following is as ugly as it gets…But..it works:

@media (max-width:480px) {#blogsidebar  {
    margin-top:45px;padding-bottom:20px; padding-top:160px; 
    background-image: url('http://localhost/forum/wp-content/uploads/blogsidebar.png');
    background-repeat: no-repeat; background-position: center top; background-size:80%}}