Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #895657

    Hi
    Full with tabs on all portfolio pages only shows partly on small screens. How to fix?

    Best regards, Ditte

    #895692

    Following because I have the same problem – four tabs full width, but only the first three show up on small screens.

    #896295

    Hi,

    Please create a different ticket and provide with backend details.

    Best regards,
    Basilis

    #902214

    Hi Basilis

    My back end details are in the post, I assume you wrote it to the other person. How to fix the issue?

    Best regards, Ditte

    #902539

    Hi Ditte,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {  
      .av-tab-content-auto .av-layout-tab-inner {
          width: 100vw;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #905585

    Hi Victoria

    It works perfectly now. Thanks so much :-) Please close this.

    Best regards, Ditte

    #906121

    Hi Ditte,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Tab full with layout’ is closed to new replies.