Tagged: submenu
-
AuthorPosts
-
June 22, 2014 at 2:11 pm #282149
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,
AlexJune 22, 2014 at 2:24 pm #282151Hi 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,
YigitJune 22, 2014 at 2:30 pm #282155Thank You, Yigit!
Regards,
AlexJune 22, 2014 at 2:32 pm #282156Hi Yigit,
how can i center the submenu, so it is aligned with the main menu item?
Regards,
AlexJune 22, 2014 at 2:39 pm #282157Hey!
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,
YigitJune 22, 2014 at 2:49 pm #282158when 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,
AlexJune 22, 2014 at 8:12 pm #282203Hey!
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,
YigitJune 23, 2014 at 10:52 am #282350Thank You, Yigit!
You can close this ticket… Its looking different on mobile…
(I leave it left-aligned)Regards,
AlexJune 23, 2014 at 11:52 am #282372 -
AuthorPosts
- The topic ‘Submenu’ is closed to new replies.
