Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #723949

    I have put a grid row in on the page specified and it goes full width and not within the 85% width container – Why is this?

    #723984

    Hey whdsolutions!

    Please add to your custom CSS

    .responsive .container { width: 100%; }

    let me know if I can do anything else.

    Cheers!
    Basilis

    #724015

    This does not do anything :-/

    #724040

    is there another option as this did nothing :-)

    #724250

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #724253

    See PM

    #724590

    Any news on this?

    #724591

    Hey!

    I am trying the CSS code and it is working just fine.
    Can you please clear your cache?

    Cheers!
    Basilis

    #724602

    I have and it is still the same

    #724690

    I have tried

    .responsive .container {
    width: 100% !important;
    }

    AND

    .responsive .container {
    width: 85% !important;
    }

    Still nothing :-(

    • This reply was modified 7 years, 11 months ago by whdsolutions.
    #725315

    Does anyone have any idea how to resolve this – Deadline is looming :-(

    #725780

    Hi,

    This css code will affect all gridrows, if you want to make it specific just let us know. Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .av-layout-grid-container {
        max-width: 85%;
        margin: 0 auto;
    }

    The only problem with this grid rows should be using the same background color as the body.

    Best regards,
    Nikko

    #725840

    Hi there – inserting that REALLY breaks the website!!!

    Screen shot to show you in Private Content

    #725842

    I have managed to get the width right, but for a strange reason there is now a grey band on the edges – how to make these white?

    I used

    .av-layout-grid-container {
    margin: 0px auto;
    width: 85%;
    }

    • This reply was modified 7 years, 11 months ago by whdsolutions.
    #725844

    Hi!

    That is the background of the page, that is why you see it, when you make the width be smaller.

    Thank u

    Best regards,
    Basilis

    #725845

    It looks like the background colour at the sides of the grid row shares the same class as the logo area – that’s crazy!!!

    How can this be changed without affecting the logo area????

    I am lost here!!!

    #725846

    In General Settings I have

    Main Content background color
    Default Background color
    #ffffff

    #725847

    I have changed to boxed layout, changed the background to #ffffff then saved.

    The switched back to stretched layout and there is no change.

    #725978

    Hi there – we could really benefit from your help here to make the background of the grid-row white on the page as shown in the Private Content.

    I have used the CSS to get the width of the grid-row looking correct:

    .av-layout-grid-container {
    margin: 0px auto;
    width: 85%;
    }

    But STILL have the dark grey on the left and right – this NEEDS to be white.

    #725979

    I have fixed this now with

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: #ffffff !important;
    }

    #727184

    Hi,

    glad you could fix it! 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 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Grid row too wide’ is closed to new replies.