Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1108487

    I have my content constrained to 1600px.
    It all works fine (Try the attached link on a large screen to see), except for the Tab section :
    The content of the tab section will have an x offset as soon as we are larger than 1600px.
    I tried the following, but that does not help at all :

    .av-layout-tab-inner .container
    {
        margin: 0 auto !important;
        float: none !important;
        padding: 0  !important;
    }

    Any idea which css snippet could do the trick to remove the offset that appears on the tab content ?

    thanks!

    #1108614

    Hey goch,

    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 (min-width: 1440px) {
      .av-layout-tab-inner .container {
            width: 1500px;
            margin: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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