Shop Categories

X

Agama Pro Navigation should be left oriented. How to adjust that?

Home Forums Agama Pro Agama Pro Navigation should be left oriented. How to adjust that?

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26979

    Hello All. I just the “Kopfzeile 3” style to have the top navigation and the main navigation unter my logo.
    I want to have all navigations left oriented. Right now the Main navigation unter my logo is right oriented.

    Looking forward for your help

    #26981
    Zex
    Moderator

    Hello, Wolfgang!

    Try to add the following code into Customizing->General->Additional CSS:

    .agama-primary-nav {
        justify-content: left!important;
    }

    Regards

    #26982

    That works fine. Thank you.
    What is the name of the top upper navigation to do the same there?

    #26984
    Zex
    Moderator

    Hi,

    The top links are already left-aligned.

    If you want it aligned with the Primary navigation, try to insert the following code:

    .top-links  {
       margin-left: -50px!important;
    }

    Regards

    #26990

    Super – thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.