Hi!
Is there a way to make the subline/subtext visible in a horizontal menu?
I did all all the suggestions here in the forum but i can only see the subtext on the mobile view! Not on desktop view.
Here is the link to the development status site -> https://www.web-artwork.at/zimmerei/
I wrote the subtext in the “appearance > menus > description. But it is only showing up on mobile menu/view.
Which srew do i have to turn (CSS???) to see the subtext? In source text it is there!
Regards
Chris
Hey chrishilli,
Add this to quick css:
@media only screen and (min-width: 767px) {
.avia-menu-subtext{
margin-top: 20px!important;
position: absolute!important;
margin-left: -40px!important;
}
.avia-menu-subtext{
display:block!important;
}}
Best regards,
Jordan Shannon
Thank you! Works perfect!
Hi,
Great! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon