Shape 5

Joomla Templates => Luxon - Club => : lownotes March 23, 2016, 01:18:40 PM



: Logo issues on mobile
: lownotes March 23, 2016, 01:18:40 PM
Hi there, can you help me fix the issues with our logo on mobile devices.  We have a square logo so it behaves a bit differently than the demo.  On mobile it overlaps content.  Is there a way we could push the content to be below the logo?  Thanks!
http://ogdencityarts.org/


: Re: Logo issues on mobile
: mikek March 24, 2016, 07:36:04 AM
Hello,

Code like this in custom.css would probably correct this:

@media screen and (max-width: 750px){
#s5_logo_wrap {
margin-bottom:0px !important;
}
}