Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #93403
    Darryl W
    Participant

    I’m trying to figure out how to remove the gap above my header image on my site LibertyLobby.xyz
    The gap was created when I selected to not display the title & tagline

    Need to remove gap

    #93406
    Darryl W
    Participant

    Found the answer in another thread…

    #masthead {
    display: none;
    }

    #93407
    Darryl W
    Participant

    Now I’m curious if there is a way to remove the side gaps

    http://imgur.com/GxkDJ6m

    #93439
    Mahesh
    Keymaster

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

    #header-featured-image .wrapper {
        width: 100%;
    }
    
    #header-featured-image img.wp-post-image {
        width: 100%;
    }

    Regards,
    Mahesh

    #93480
    Darryl W
    Participant

    awesome, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gap above header image’ is closed to new replies.