Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #625987

    Hi. I’d love some help with this: I have a tabs section on my page, and for some mysterious reason the first two tabs stop in the middle of the box. The third one is good, and as you would expect, runs through the end of the box. How can I make the first two look like the third? It’s all the way at the bottom of the page. Thanks for letting me know!

    #626456

    Hey HEF2015,

    It seems like you have inserted 1/2 column element into your tab content. You can change it to 1/1 column element or use following code in Quick CSS field in Enfold theme options under General Styling tab

    .page-id-1298 .tab_content .av_one_half {
        width: 100%;
        margin: 0;
    }

    P.S.: That numbered color sections look awesome!

    Best regards,
    Yigit

    #631075

    Thanks Yigit. Works great now.. awesome support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tabs variable formatting’ is closed to new replies.