Hi,
on the following page i’d like to have the submenu aligned to the left of the main menu.
When i change the position of the Menu to “left” the menu is to far left. I guess thats normal, as this is a fullwidth element.
How can i change the allignement to match the main menu?
Hey coeval,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-279 #sub_menu1 .container {
max-width: 1310px;
}
Best regards,
Rikard
Hi,
this doesn’t help.i changed the alignment to left and added the provided Quick CSS.
Hi,
Please replace the code with following one
.page-id-279 #sub_menu1 .container {
max-width: 1210px;
}
Best regards,
Yigit
That’s it, great thx :)