Site logo

Archived topic

Secondary Navigation icon on the left in mobile

3 replies · Started by Gerrit on December 6, 2017

Viewing posts 1–4 of 4

Hello Support-Team,

on my website I use the primary and secondary navigation.
When using the website on a mobile device the menu icon of the primary navigation is shown on the left. Thats probably because the search icon is on the right.
The menu icon of the secondary navigation however is shown centered.

Can I move the icon to the left?
I couldn't find any option to do so. Also couldn't find anything in the forum.

Thanks alot in advance for your help.

BR
Gerrit

Hi there,

Give this CSS a try:

.secondary-navigation .menu-toggle {
    text-align: left;
}

Worked perfectly. Thanks a lot. :-)

No problem! :)

This archived topic is closed to new replies.