• Resolved CorneliusJr

    (@corneliusjr)


    Greetings!

    When I activate a footer widget area (in this case to display an image in the footer), a pale grey area appears to the left and right of the widget area. I would like to adjust it to match the background color of the rest of the site/pages (#191919). Thank you in advance for your help!

    Link: https://devildoginstallations.com/wp/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this:

    footer#footer {
        border-top: 12px solid #191919;
        background-color: #191919;
    }
    Thread Starter CorneliusJr

    (@corneliusjr)

    Hah! That did it!

    Hey, I am a big fan of your work. I have found, and used many of your snippets. Thank you for what you do to help all of us.

    I’ll mark this “Resolved”. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget area color margin color’ is closed to new replies.