Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #843197

    Hi there Enfold Team,

    I use the Tab section on my client’s website. The only wish i have is to make the content as wide as the title bar in mobile view (desktop is spot on)
    Please see the attached screenshot for reference. So what i would like is that the text lines up left and right with the grey bar.

    Thank you,

    Bert

    #843905

    Hey Bert,

    Can you please post a link to your page so we can provide you an accurate code? :)

    Best regards,
    Yigit

    #843913

    Sure!

    #843925

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_content {
        padding: 15px 0;
    }}
    

    Best regards,
    Yigit

    #843936

    Spot on Yigit! Thank you very much!
    Bert

    #843940

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Content width Tab Section on Mobile’ is closed to new replies.