Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #489171

    Hello,

    There seems to be some odd spacing issue going on in mega menu? I’ve added the link in the private content area. If you go under ” New Patients” there is a big space between Special Offers and Testimonials. Any way to reduce this so it looks more uniform with the rest of the menus? Thanks!

    #489477

    Hi hylandgraphics!

    adjust it with this code in Quick CSS field:

    li#menu-item-5310 {
    right: 20px;
    }
    

    Adjust 20px as needed.

    Best regards,
    Andy

    #489601

    That does not seem to have worked. Here is the list of quick CSS I am using in conjunction with other small issues I had. Let me know if I am doing something wrong.

    h1,h2,h3,h4,h5,h6 { text-transform:none !important; }
    ul#mobile-advanced .sub-menu a {
    color: white;
    }
    ul#mobile-advanced .sub-menu span.mega_menu_title {
    color: white!important;
    }
    li#menu-item-5310 {
    right: 20px;
    }

    #489602

    I bought the px value up to 120px which did get it in line with the other menus but if you check the site there is a TON or room now on the right. Let me know your thoughts……

    #489726

    Hey!

    The space is there because it’s still taking the testimonial link into consideration.

    May we have temporary access to your website so we can take a closer look?

    Regards,
    Dake

    #490233

    Thanks for taking a look. Website login info is attached. Thanks for your help!

    #490317

    Hi!

    Please replace the original li#menu-item-5310 css:

    li#menu-item-5310 {
    right: 120px;
    }

    with the below:

    li#menu-item-5198 {
    right: -25px;
    }
    
    li#menu-item-5208 {
    right: -70px;
    }
    
    li#menu-item-5370 {
    right: -115px;
    }
    
    li#menu-item-5310 {
    right: -60px;
    }

    Regards,
    Dake

    #490441

    Thank you. You guys are awesome as usual. Appreciate your help!

    #490922

    Hey!

    You’re welcome, glad to know we could help :)

    Please let us know if you ever need help in the future.

    Best regards,
    Dake

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