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

    Hi,

    I was wondering how to let the tabs cover the entire width of the container based on screen size.. maybe the screenshot can help to understand better what I mean

    https://snag.gy/rBVOWo.jpg

    or to simply align center the tabs depending on the page width

    Thanks
    Davide

    #638189

    Hey aderal2016,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #638615

    Hi Jordan,

    Sure!:)

    It’s a tab element.. I think the most easy solution is to align the tabs to the center. I tried to change the .tab_titles class adding a “margin: 0 auto” or “text-align:center” but nothing..

    Thanks
    Davide

    #639209

    Hi,

    try this code:

    .tab_titles {
    margin-left: 15%;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #639224

    Thank you!:)

    #639413

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tab fullwidth?’ is closed to new replies.