Hi,
I would like to change the size of the headers in the tab-module. Also, if possible to increase the laft and right padding of the tabs..
Hi dalboslampen!
Add this to your custom CSS.
.tab_titles > div {
padding: 10px 30px !important;
font-size: 14px !important;
}
Regards,
Elliott