The tabs default to left alignment. Is there a way to center them?
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
@media only screen and (min-width: 1140px){
.tab_titles{
margin: 0 auto;
width: 918px;
float: none !important;
}
}
Regards,
Josue
That did it! Thank you Josue!!