• I’m looking for a way to remove the white bar below the black nav bar and above the slider image (on the home page). I would there to be no space between the slider image and nav menu. Any ideas, sorry I’m quite new to the CSS thing, but learning quickly!!!!! Thanks for any help.

    https://www.rvaukulele.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can try this in your Custom CSS:

    #primary {
        padding-top: 0;
    }

    Thank you.

    Thread Starter SniffSniffBark

    (@sniffsniffbark)

    Thanks, works fine. I added home. in front of it and that seems to make it only apply to the home page, which was what I intended. Awesome!

    home. #primary {
    padding-top: 0;
    }

    Hello,

    You can try this instead:

    #primary {
    padding-top: 0 !important;
    }

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with padding above body and slider’ is closed to new replies.