Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90231
    Sihedow
    Participant

    Hi,

    I’m trying to remove all white space around my header image.
    Can you please help me with CSS ?

    Thanks

    url : sebgob.com

    #90268
    Mahesh
    Keymaster

    @sihedow: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-content {
        margin: 0 0 -8px;
        padding: 0;
    }

    Regards,
    Mahesh

    #90291
    Sihedow
    Participant

    It works! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove white space around header image’ is closed to new replies.