Hi
Im trying to underline the top menu text via css. I want the line to be right below the top menu text, not in the bottom of the field. I made the line 80% width and tried to place it in the center.
.avia-menu-fx {
height: 1px;
bottom: 30px;
width:80%;
left:10%;
}
The left10% is probably wrong also, tried align center with no luck.
Everything works fine until I scroll down and the menu gets smaller – which moves the line.
(Bot the selected menu item and rollover works perfect until I scroll down the page)
Probably I have used the wrong css class.
Any help on this would be great
Thanks
Hey Condesign_kista!
Please add following code to Quick CSS as well
.header-scrolled .avia-menu-fx {
bottom: 10px;
}
Best regards,
Yigit
Hey Yigit
Perfect,! Thanks.
There seem to be a lot of “shortcuts” when it comes to the css.
Looking at the css when scrolling just get me this.
<ul id=”avia-menu” class=”menu”>
Is there a manual or overview of all the css build in (Avia theme )Enfold so I can read more about all possibilities?
Cheers
Hey!
You can find some snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/
and search the forum maybe. Unfortunately we do not have some kind of CSS cheatsheet, as that would be massive since Enfold is very flexible :)
Regards,
Yigit