Logo location in responisve

1 reply · opened May 20, 2016

HheadrushMay 20, 2016

I'd like to keep the logo to the left in mobile layout rather than shifting to the centre.

Is this possible?

Regards
Matt

SSemicolon WebSTAFFMay 23, 2016

Hello,

This is Definitely Possible. In this case you will need to shift the Primary Menu Trigger to the Right. Please use the following CSS code:

.device-xs #logo,
.device-xxs #logo { text-align: left; }

.device-xs #primary-menu-trigger,
.device-xxs #primary-menu-trigger {
	left: auto;
	right: 68px;
}

.device-xxs #primary-menu-trigger { right: 33px; }

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard