Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1187377

    Hi support,

    I am trying to limit the top color section on this page: https://findmygps.dk/FindMyGPS/ to full width, but somehow all color sections are getting full width.

    I am using this code in quick css:
    .page-id-26 #av_section_1 .container {
    max-width: 100% !important;
    }

    I have also tried with this code:
    /* Color section container width */
    .page-id-26 #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    What do I need to change to make it work?

    Thanks :-)

    /OKEIwebbureau

    #1187449

    Hey OKEIwebbureau,

    I’m having trouble understanding the request. Can you screenshot what you need?

    Best regards,
    Jordan Shannon

    #1187462

    Hi Jordan,

    I only want the top color section (av_section_1) to have full width.
    The website is limited to 1310px, but I want the content of av_section_1 to have full width.

    /OKEIwebbureau

    • This reply was modified 4 years, 9 months ago by OKEIwebbureau.
    #1187473

    Haha…. I turned out that I had typed 100% in the General layout.

    Now this code works:
    #homedesktoptest .container {
    width: 100% !important;
    max-width: 100% !important;
    }

    Is it possible to make the footer + socket full width ?

    Thanks :-)

    /OKEIwebbureau

    #1187571

    Hi,

    Thanks for the update. Please try this CSS as well:

    #footer .container, #socket .container {
        max-width: 100%;
        padding: 0;
    }

    Best regards,
    Rikard

    #1187629

    Thanks, Rikard – everything works fine now.

    Please close :-)

    /OKEIwebbureau

    #1187933

    Hi,

    Great, I’m glad that you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Color section – full width – only top section’ is closed to new replies.