Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #376518

    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.

    #376570

    bump *still no solution yet*

    #376975

    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

    #377063

    Excellent! Totally fixed it. :) Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive Tab Border Issue’ is closed to new replies.