Hello! I noticed when using the tabs without border option in the layout builder, everything looks fantastic until I’m viewing a responsive version of the page. At first glance, things look great. However, upon selecting other tabs to view their content, the first tab is missing it’s top border. I’m assuming this will most likely be an easy fix (like inserting a line of code somewhere), but I wanted to ask for your help as I’m not sure where to start looking.
bump *still no solution yet*
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 679px) {
.tab.fullsize-tab {
border-top: 1px solid #e2e2e2!important;
}}
Best regards,
Yigit
Excellent! Totally fixed it. :) Thank you!