How can I align (via quick CSS) the third level submenu voices on the right, instead on the left?
Site here
(Email address hidden if logged out) /wp-content/mieimmagini/3lev.jpg” alt=”Third level voices on the RIGHT” />
Hey Nicola!
Please try the following in Quick CSS under Enfold–>General Styling:
li#menu-item-2291 ul li a {
text-align:right !important;
}
Best regards,
Rikard
no rikard, I probably explained bad. I do not need the text to be right but that the subheadings of the third level need to be opened on the right instead of the left
Hey!
Please add following code to Quick CSS
#top .av-main-nav ul ul {
left: auto;
right: -207px;
}
Best regards,
Yigit
Perfect Yigit!