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

    Hi, I’ve been lloking for a solution here and I see many people have differetn problems with tabs and mobile, I did try some of them but no lucky…

    This is the page where I’ve the responsive problem with tabs:

    Any suggestion

    #1080029

    Hey pinxe,

    Please try the following css:

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

    Best regards,
    Victoria

    #1080296

    Thanks a lot! It works,

    #1080491

    Hi pinxe,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.