Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1363493

    Hello! I have to modify the width of the main menu bar. It is supposed to not stretch on full screen width, but to end with on the left and right similar to the content of the rest of the page. In addition to that I have to add another menu point to the right (the rest of the menu is aligned to the left), which is supposed to be in a different color than the rest of the menu bar. Can you tell me how I could manage that?

    #1363513

    Hey grafoxkreativagentur,

    Could you post a link to where we can see the elements in question please? Also let us know which menu item you would like to change the colour of. If you have a screenshot highlighting the changes you would like to make, then please share that with us.

    Best regards,
    Rikard

    #1363604
    This reply has been marked as private.
    #1363622

    Hey,

    You can upload your screenshots on imgur.com and post the links here :)

    Cheers!
    Yigit

    #1363647
    This reply has been marked as private.
    #1363649

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #header_main_alternate {
      max-width: 1400px;
      margin: auto;
    }
    

    Regards,
    Yigit

    #1363650
    This reply has been marked as private.
    #1363651

    Hey,

    Please replace the previous code I posted with following one

    
    .av-main-nav li#menu-item-3758 {
      float: right;
    }
    .av-main-nav li#menu-item-3758 a {
      padding-right: 0;
    }
    #header_main_alternate {
      max-width: 1400px;
      margin: auto;
    }
    #header #header_main_alternate .container {
      padding: 0;
    }
    

    Regards,
    Yigit

    • This reply was modified 2 years, 10 months ago by Yigit.
    • This reply was modified 2 years, 10 months ago by Yigit.
    #1363661

    wonderful, thank you!

    #1363663

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main Menu adjust width’ is closed to new replies.