Hide Arrows Top Bar

Hi there,

I had an issue with the space in the top bar.
Fixed it with this custom css:
html body #Top_bar .menu>li>a span {

    padding: 0 10px !important;
}

Unfortunately the arrows are misplaced.
How could we fix this issue?


Thanks!

Comments

Sign In or Register to comment.