Dear Team,
I used a <sup> tag in the title of one of the menu items. But the menu text is now aligned top instead of bottom, now it seems that “2de hands kostuum verkoop” is lower than the other items.
Screenshot: http://prntscr.com/iesc2x
Which CSS can I use to solve this?
Thank you.
Best regards,
Yorick
Hey Weblevels,
This may need to be solved via css. Can you link us to the site in question?
Best regards,
Jordan Shannon
See link in private, thanks!
Hi,
We cant check anything you have a maintenance page
Best regards,
Basilis
Hi,
That is why I sent the login credentials with my url.
Please login in /wp-admin and than you can access the website.
Thank you.
Hi,
I see, please add this to quick css:
#menu-item-1121 .avia-menu-text{
line-height:80px!important;
}
Best regards,
Jordan Shannon
Hi,
This works but when I scroll down something weird happens.
The text goes down again as well.
Can you check this for the sticky banner?
Thank you!
Kr,
Yorick
Hi,
I see, thanks for pointing that out. Hopefully a bit of css can solve it. Please add the following to quick css:
.header-scrolled #menu-item-1121 .avia-menu-text{
line-height:0px!important;
}
Best regards,
Jordan Shannon