Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1058277

    Hey there,

    I’ve created a tab section with 4 tabs which looks and works great on desktop.
    However on mobile only 3 tab icons are displayed at once.
    The icons are rather big and theres a big gap in between.
    Is it possible to display all tab icons at once?
    Maybe by reducing size or gaps between the icons?

    See for yourself
    only three of four icons visible

    Cheers Dennis

    #1058723

    Hi Dennis,

    Your screenshot is not loading, could you post a link to where we can see the actual element instead please?

    Best regards,
    Rikard

    #1061465
    This reply has been marked as private.
    #1062270

    Hi Dennis,

    It is built this way, when you tap on the most left of the icons the tab titles slide to left, and if you tap on the most right, the tab titles slide right.

    You can check the behavior here

    Best regards,
    Victoria

    #1063393

    Is there no way to tighten the gap between the icons?

    #1064333

    Hi Dennis,

    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-section-tab-title {
            padding: 0;
        }
    }
    

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

    #1067403

    Hey Victoria,

    the code worked beautiful.

    Thank you so much!
    Dennis

    #1067552

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Tab section icons not completely visible on mobile’ is closed to new replies.