Hello,
Can you please let me know how can I make the social sharing balloons appear in front
of a tabs container? The image below shows my current problem:
Thanks for your help!
The problem is visible on any page of the e-book menu of my site.
Thanks!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tabcontainer {
z-index: 1;
}
Best regards,
Yigit
Yep! That does the trick!
Thanks for your help – BTW do you know the best way to add an <h3> title to the Enfold Combo Widget? I tried adding the title on a text widget and placed above it, but I’m struggling with CSS…
Hey!
Widget titles are H3 by default. I am not sure if i understood the changes you would like to make clearly. Can you please elaborate? :)
Best regards,
Yigit
The only option of the Enfold Combo Widget is the numer of posts to display. There is no way to add a title above this widget – or at least there is not within the widget itself.
So, I believe I should either play with CSS of a text widget placed above the combo widget, or modify the php code of the combo widget.
Any suggestion?