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

    Dear all,

    On my website arnoldvanouwerkerk.nl I have an ‘under construction’ page. I try to make the grey translucent column bar in the color section image with a Special Title FULL WIDTH’
    Somehow the CSS quick code I used does not fully do the job.
    I checked whether the color-section-ID is the right one.

    #Color-section-ID .container {
    width: 105% !important;
    max-width: none !important;
    }

    #1358799

    Hey Henning,

    Please try this CSS instead:

    #Color-section-ID .container {
      width: 100%;
      padding: 0;
    }

    Best regards,
    Rikard

    #1358804

    Thanks Roland, I tried.
    I do not see a difference.

    #1358817

    Hi,

    It’s full width on my end, try checking in an incognito or private browser window.

    Best regards,
    Rikard

    #1359043

    Hi Rikard, on large screen it works.

    Mobile there is a gap on the left side of the grey transparant title column.

    #1359065

    Hi,

    Try this CSS as well:

    @media only screen and (max-width: 767px) {
    #concordia .container {
        width: 100%;
        max-width: 100%;
    }
    }

    Best regards,
    Rikard

    #1359089

    Thanks Rikard. Somehow no result.

    #1359097

    Hi,

    Thanks for the update. I can’t see the CSS added at all, did you remove it again? If so then please add it back, so that we can see what is overriding it.

    Best regards,
    Rikard

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