
-
AuthorPosts
-
September 1, 2022 at 3:40 pm #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?
September 1, 2022 at 5:15 pm #1363513Hey 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,
RikardSeptember 2, 2022 at 11:25 am #1363604This reply has been marked as private.September 2, 2022 at 1:01 pm #1363622Hey,
You can upload your screenshots on imgur.com and post the links here :)
Cheers!
YigitSeptember 2, 2022 at 2:32 pm #1363647This reply has been marked as private.September 2, 2022 at 2:35 pm #1363649Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#header_main_alternate { max-width: 1400px; margin: auto; }
Regards,
YigitSeptember 2, 2022 at 2:38 pm #1363650This reply has been marked as private.September 2, 2022 at 2:47 pm #1363651Hey,
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,
YigitSeptember 2, 2022 at 3:03 pm #1363661wonderful, thank you!
September 2, 2022 at 3:06 pm #1363663Hi,
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 -
AuthorPosts
- The topic ‘Main Menu adjust width’ is closed to new replies.