Shape 5

Joomla Templates => Corpway - Club => : gary1417 December 03, 2014, 01:04:25 PM



: different logo for mobile
: gary1417 December 03, 2014, 01:04:25 PM
is there a way i can have a different custom html logo just for the mobile?
Thanks


: Re: different logo for mobile
: mikenicoll December 04, 2014, 05:12:08 AM
Hello,

The logo position is the same on mobile/desktop. You can opt to hide the logo position on specific resolutions though with something like this:

:
@media screen and (max-width: 750px) {
#s5_logo_module {
display: none;}
}