• Resolved underdogscollective

    (@jackblossby)


    Hi all!

    I have a problem with a white line that appears on all pages. It appears even on search results at the very bottom and I don’t know how to fix it.

    I have gone through the website settings and can not identify any appearance or color setting that would result in this outcome. I also tried the theme’s support contact and they said it was a WordPress error =/

    Does anyone know how to fix this?
    It appears on all pages (not just the one linked above).

    Any advise or help is highly appreciated. Thank you for your time.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I suspect your theme’s support contact didn’t even look. It’s very clear that it’s a theme issue.

    The white space appears to be space around what’s supposed to be an ad. If you’re not running ads you don’t need the space and can remove it with this CSS:

    
    .vlog-above-footer-ad {
      margin: 0;
    }
    

    You can add that in Appearance > Customize > Additional CSS.

    Hi @jackblossby,

    I hope I’m getting you right. If you want to remove the bottom line of you site which has the following content.

    COPYRIGHT ? 2020 UNDERDOGS COLLECTIVE.
    FOUNDED BY JACK BLOSSBY

    Then you can paste following code to WP Amin Dashboard> Appearance > Customize > Additional CSS.

    div.vlog-copyright{
    display: none;
    }

    I this will work.
    If I’m wrong then let me know
    Thank You

    Thread Starter underdogscollective

    (@jackblossby)

    Thank you both. It does indeed appear it was the ad setting that was causing the blank space.

    Thank you again for your help and reponses, both of you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White lines on all pages’ is closed to new replies.