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!
Hi hylandgraphics!
adjust it with this code in Quick CSS field:
li#menu-item-5310 {
right: 20px;
}
Adjust 20px as needed.
Best regards,
Andy
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;
}
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……
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
Thanks for taking a look. Website login info is attached. Thanks for your help!
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
Thank you. You guys are awesome as usual. Appreciate your help!
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