Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239314
    patrickm
    Participant

    On a page, how I can I get a grayish block that’s the width of the entire browser? this works on the mainpage, but not on subpages.

    I used the block testimonals for testing, it shows the block but it’s not browser wide.

    https://www.cloudt.it/over-ons/
    on the main page http://www.cloudt.it it does work

    #239384
    Skandha
    Participant

    @patrickmandemakeroutlook-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page, .section {
        background-color: #fafafa !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Create gray block entire width’ is closed to new replies.