Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105963
    ladylu1000
    Participant

    Hello:
    I see this a lot on forums, but I need instructions for a non-coder/fairly new to wordpress guidance.
    Here is the problem site:

    http://www.crankyduck.com/Blowout/

    Details: I am using pro so I could use the header widget: Header Bottom with an iframe of a youtube video. I want the white space above and below it— to not be there!

    Issue #2: on my wish list: a way to make the background black–ONLY UNDER the video area, not the entire page.

    Thanks so much!–very challenging for me, but enjoyable learning your theme!

    -Laurie-

    #105975
    Mahesh
    Keymaster

    @ladylu1000: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead {
        display: none;
    }
    
    .sidebar-header-bottom {
        background-color: #000;
    }
    
    .sidebar-header-bottom .widget_text {
        padding-top: 0;
        padding-bottom: 0;
    }

    Regards,
    Mahesh

    #105978
    ladylu1000
    Participant

    WOW!–It looks beautiful!—I am so impressed with your immediate and efficient help!
    Thank you
    -L-

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘that pesky white space!’ is closed to new replies.