Tagged: submenu
Hello!
Can You please tell me, how can I center the text (submenu items) in the submenu drill-down box…, and get rid of the shadow of the box.
Thank You very much
Regards,
Alex
Hi Finlando!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-main-nav ul a { text-align: center; }
.av-main-nav ul { box-shadow: none; }
Regards,
Yigit
Thank You, Yigit!
Regards,
Alex
Hi Yigit,
how can i center the submenu, so it is aligned with the main menu item?
Regards,
Alex
Hey!
Please add following code to Quick CSS as well
@media only screen and (min-width: 990px) {
.av-main-nav ul { left: -60%; }}
You may need to adjust the value to center it perfectly
Best regards,
Yigit
when i am aligning one item the other ones are going strange. and the one that is aligned correct – is not on the ipad.
do You think there is a global solution? if not please can You explain the steps how to fix the alignment individually?
Regards,
Alex
Hey!
Please add following code to Quick CSS
@media only screen and (min-width: 1024px) {
li#menu-item-2956 ul.sub-menu {
left: 10%!important;
}}
It will adjust the sub menu of “МАЯТНИК ДУШИ” element. You can apply it differently on each main menu items using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Thank You, Yigit!
You can close this ticket… Its looking different on mobile…
(I leave it left-aligned)
Regards,
Alex