Unused space in header

This topic contains 2 replies, has 2 voices, and was last updated by  Julian Howard 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #494390

    Julian Howard
    Full Member
    Post count: 47

    Hi all,
    On my site http://www.pokernearme.com.au when you go to an event page, there is some wasted gray space in the header area, see attached. Is it possible to utilise this area by putting a text box in there or some sort of advertising space?
    Thanks

    Julian

    #494404

    Kor
    Moderator
    Post count: 16516

    Hi Julian,

    Thanks for your posts. You can try inserting the custom CSS code below into WP > Appearance > Customize > Additional CSS to reduce the space and correct the alignments.

    .page-template-geodirectory-archive-php .site-logo-wrap .site-logo img {
        margin-top: 0px!important;
        height: 100px!important;
    }
    
    
    .page-template-geodirectory-archive-php #primary-nav {
        margin-top:30px;
    }
    #494467

    Julian Howard
    Full Member
    Post count: 47

    Thanks Kiran

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket