Header Partially Covering Page Title

  • outburst

    #49318

    This is probably a terribly newbie question, but I can’t seem to be able to find the right options to prevent the black header bar on the main page from partially blocking the title of the page: http://www.outburstperformance.com.

    Suggestion?

    Thanks.

    Admin

    Syahir Hakim

    #49319

    Copy and paste this code into Customizer > Additional CSS:

    @media (min-width: 768px) {
    	.site-title {
    		margin: 0;
    	}
    	.navbar-pinned .site-title {
    		margin-top: 10px;
    	}
    }
    

    outburst

    #49320

    Super; thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.