Reduce space between tabs

Posted in: Newsmag
Post count: 21

Can you give me css to reduce the size of tabs? Id like to decrease the white space before and after the tab name by about 10 px on each side (if that ends up looking good)

Thanks

Post count: 7909

Hi,

The default padding added there is 15px – http://screencast.com/t/EecVUfXKv1 so if you refer to this you can try this custom css in Theme Panel > Custom Css to reduce it – http://screencast.com/t/rTpycQWjH

.wpb_tabs li a {
padding: 1px 5px !important;
}

You can also add an extra class if you want to apply this on specific Tabs block – http://screencast.com/t/0zTeIZfahttp://screencast.com/t/IKnPnnXOHu

Thanks!

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