Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘7 Tabs Horizontal; How To Center?’ is closed to new replies.
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!!