Site logo

Archived topic

secondary menu float left

6 replies · Started by Bogdan on July 22, 2017

Viewing posts 1–7 of 7

I noticed that the secondary menu has no float-left Navigation Location option. On a specific layout I would very much like to align both primary and secondary menus float-left. Is there a solution? Thanks in advance.

In my install, Sec Menu is missing Float Left. I checked both menus to have same settings, as you said, see attached. Am I misssing something? GPPro is 1.3.1 and theme is 1.3.48.
primary menu
seconday menu missing float-left

Leo, Bogdan -

I can confirm that in my test install with GP 1.3.28 and GPP 1.3.1 that there is no Float Left for the Secondary navigation :)

Cheers!
Lyle

Lyle, as a matter of fact I double checked your video with menu snippets to see if there is that option, because I wanted to apply your float-right tip on the left :)

Good catch, just added that to the next version.

For now, you'll need to float it.

Assuming your setting is set to float right for now:

.secondary-nav-float-right .secondary-navigation {
    float: left;
}
This archived topic is closed to new replies.