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!
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
Thanks Yigit. Works great now.. awesome support!