[Pro] CSS Menu action issue

Hi Bart,

apparently it can’t be treated for different breakpoints - so wether it is switched on or off throughout the entire range within the menu-action.

So all you can do is adding an own breakpoint specific style in the before end head section such as:

<style>
@media screen and (max-width:900px)
{
.fwCurrent {
background: none;
}
}
</style>

Which hopefully overrides the basic stat and removes the triangle.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at: