Keep Logo Left Aligned on Resizing

1 reply · opened Feb 7, 2019

CCincpoaFeb 7, 2019

I did not find such a topic in a search. If I wish to keep my logo left-aligned instead of centered when resized, what all do I need to change?

SSemicolon WebSTAFFFeb 7, 2019

Hello,

This is Definitely Possible. Please consider using the following CSS Code:

@media (max-width: 991px) {
	#logo { text-align: left; }

	#primary-menu-trigger {
		left: auto;
		right: 15px;
	}
}

This will definitely work fine. Hope this Helps!

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