• This is probably an easy fix for most people, but I’m struggling a bit. I need to extend the white background on one of my blog’s static pages.

    https://www.nextlevelballplayer.com/nlb-friends/

    When I’m logged into wordpress, the background extend past the last of the team logos (just before comments sections), but when I’m not logged in, it cuts off near the top of the bottom three logos.

    Any suggestions?
    Thanks!

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

    .entry-content {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    to your child theme’s style.css file.

    Thread Starter thenextlevelballplayer

    (@thenextlevelballplayer)

    Thanks for replying, esmi . I gave it a try, but it didn’t seem to change anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extend Background’ is closed to new replies.