Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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,
    Alex

    #282151

    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

    #282155

    Thank You, Yigit!

    Regards,
    Alex

    #282156

    Hi Yigit,

    how can i center the submenu, so it is aligned with the main menu item?

    Regards,
    Alex

    #282157

    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

    #282158

    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?

    http://nonpardon.com/

    Regards,
    Alex

    #282203

    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

    #282350

    Thank You, Yigit!

    You can close this ticket… Its looking different on mobile…
    (I leave it left-aligned)

    Regards,
    Alex

    #282372

    Hi!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Submenu’ is closed to new replies.