Quote:
Originally Posted by john7911
Hi,
I have a small problem with an arrow in the Navbar, can anyone please help me to move it or hide it?
I have tried with FireBug and Inspect element but I don't find a solution 
Here are some pictures:

Thank you 
|
You can try this
Add it to your additional.css
Code:
.navtabs li a.navtab img{
margin-top: 5px;
}
or find in your forum templates
Code:
<img data-web-developer-element-ancestors-outline="true" style="outline: 1px solid rgb(185, 74, 72);" src="digitalvb/morbid/misc/arrow.png"....
Change to this
Code:
<img data-web-developer-element-ancestors-outline="true" style="margin-top:8px;outline: 1px solid rgb(185, 74, 72);" src="digitalvb/morbid/misc/arrow.png"