Product tabs horizontal

how i can make tabs like description, tags … in a product horizontal position? Current they are vertical.

10 answers

Profile photo of Andreas Weiß 0.00 $tone March 18, 2014
Public

Take a look in your style.css and try this. Also use firebug.

ul.ja-tab-navigator li {
background: none repeat scroll 0 0 #F5F5F5
border: 1px solid #EBEBEB
display: inline;
float: left;
font-size: 130%;
line-height: 42px;
margin: 0 0 7px;
padding: 0;
text-align: right;
}

#10

This question is now closed

Written By

Comments