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

    Hi,

    I´ve got my columns spaced nicely on the page below (under the heading “Playing Weeks” using the following code:

    @media only screen and (min-width:468px) and (max-width:990px) {
    #destcol .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }
    .col-25p {
    width:46%!important;
    }
    .col-25p.av_one_fourth{
    margin-left:2%!important;
    margin-right:2%!important;
    }

    but I now need to put these 4 columns into a tab section. Upon doing so the code doesn´t take affect in order to give me the same column spacing and width (the same look) as I have when the columns aren´t inside the tab (as seen below the tab section on the page below under the heading “Playing Weeks”).

    Could you give me the coding I need in order to get the same effect for the columns within the tab section please?

    Many thanks and best regards

    #1296184

    Hi Levante,

    Can you try to change this code:

    #destcol .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    to:

    #destcol .container {
        width: 85% !important;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    Let us know if this helps.

    Best regards,
    Nikko

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