Tabs mobile version

Posted in: Newspaper
Post count: 2

I have 3 tabs on mobile vrsion, but I want to spread size, from left to right, so without blank space

Post count: 7909

Hi,

Do you want to make them larger? – http://screencast.com/t/szPmbs3rO
If you want this only on mobile please use media queries:

@media (max-width:767px){
.ui-tabs-nav a {
padding: 4px 40px 4px 40px !important;
}
}

Change the padding how you need and add the code in Theme Panel > Custom Css.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.