Hello,
how can I change the position of menue arrows
.x-navbar .desktop .x-nav li > a > span::after
from the right next to the navigation element to below the navigation element?
Regards,
Ralph
Hello,
how can I change the position of menue arrows
.x-navbar .desktop .x-nav li > a > span::after
from the right next to the navigation element to below the navigation element?
Regards,
Ralph
Hey Ralph,
Please try this code in X > Theme Options > CSS:
.x-navbar .desktop .x-nav li>a>span:after {
display: block;
margin: 8px auto;
text-align: center;
}
Hope this helps.
This works great, thank you!
You’re welcome!
We really appreciate for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.