Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #528427

    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:
    Balloon behind tab container
    Thanks for your help!

    #528441

    Hi nightjar!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #528449

    The problem is visible on any page of the e-book menu of my site.
    Thanks!

    #528453

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .tabcontainer {
        z-index: 1;
    }

    Best regards,
    Yigit

    #528460

    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…

    #528464

    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

    #528480

    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?

    #528979

    Hi!

    You can add a text widget above the combo widget. If you don’t like the default styling, use the Quick CSS field to adjust it. :)

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.