Hi,
We’re using the Tabs content element in a grid row and we’d like to know if there’s a way to get the icon to show up above the tab instead of to the left of the tab title. Links included below.
Thanks!
Hey AbstraktMarketingGroupWebsites,
Please try the following in Quick CSS under Enfold->General Styling:
.tabcontainer .tab_icon {
margin-right: 0;
display: block;
text-align: center;
}
Best regards,
Rikard
Thanks so much! That worked perfectly!!
The only other thing I notice is that there seems to be a pinkish highlight when I click on each tab? Is there any way to get rid of that?
Thanks again!