-
AuthorPosts
-
August 17, 2015 at 10:24 pm #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!
-
This topic was modified 10 years, 2 months ago by
hylandgraphics.
August 18, 2015 at 1:06 pm #489477Hi hylandgraphics!
adjust it with this code in Quick CSS field:
li#menu-item-5310 { right: 20px; }Adjust 20px as needed.
Best regards,
AndyAugust 18, 2015 at 4:51 pm #489601That 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;
}August 18, 2015 at 4:54 pm #489602I 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……
August 18, 2015 at 9:46 pm #489726Hey!
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,
DakeAugust 19, 2015 at 5:05 pm #490233Thanks for taking a look. Website login info is attached. Thanks for your help!
August 19, 2015 at 7:11 pm #490317Hi!
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,
DakeAugust 19, 2015 at 10:55 pm #490441Thank you. You guys are awesome as usual. Appreciate your help!
August 20, 2015 at 5:13 pm #490922Hey!
You’re welcome, glad to know we could help :)
Please let us know if you ever need help in the future.
Best regards,
Dake -
This topic was modified 10 years, 2 months ago by
-
AuthorPosts
- The topic ‘Mega Menu Spacing Issue’ is closed to new replies.
