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

    The Tab Section looks fine on computer screens but it just doesn’t work on mobile devices… it doesn’t shrink and it’s not usefull.
    Any CSS code to fix it?
    My Enfold theme it’s updated.

    #968211

    Hey andoni34,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #968223

    Here you have

    • This reply was modified 6 years, 5 months ago by andoni34.
    #970454

    Hi andoni34,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #970989

    Yes of course… as you see the Tab section doesn’t show completely. You can only see one of them comnpletely and there are 4 more to the right. I just can’t reach them.

    http://www.arbroconsulting.com/screen/IMG_6848.PNG
    http://www.arbroconsulting.com/screen/IMG_6847.PNG

    The accordion slider works fine.

    #971188

    Hi andoni34,

    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: 479px) {
        #top .av-tab-section-outer-container .av-section-tab-title {
            padding: 10px 10px 0px 10px;
            width: 177px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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