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

    On my site – https://dev.theavantnyc.com/lifestyle/ – I am using a tab section at the bottom of the page. On desktop it looks great but on mobile the tab header titles are not spaced evenly horizontally

    Screenshot – https://ibb.co/bB6yzFR

    Look at the spacing between the tab header titles.

    #1238562

    Hey navindesigns,

    Best regards,
    Victoria

    #1238586

    I did that for desktop

    I just added the following

    @media only screen and (min-width: 990px) {
    #top .av-section-tab-title {
    padding-right:135px!important;
    }
    }

    But it still did not fix it

    #1239161

    Hi navindesigns,

    Best regards,
    Victoria

    #1239196

    I removed that code but now it looks worse. The text are overlapping each other.

    https://dev.theavantnyc.com/lifestyle/

    #1240314

    Hi navindesigns,

    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: 989px) {
      #top .av-section-tab-title {
        min-width: 160px;
      }
      #top .av-section-tab-title[data-av-tab-section-title="3"] {
         min-width: 220px;
      }
      #top .av-section-tab-title[data-av-tab-section-title="1"] {
         min-width: 200px;
      }
      .js_active .av-tab-section-tab-title-container {
        min-width: 990px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1240365

    Perfect. Thank you so much! You guys are the best

    #1240464

    Hi navindesigns,

    Glad we could help :)

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fix spacing between tab titles on mobile’ is closed to new replies.