Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @szecsenke,

    The following CSS will do the trick for all the changes you asked:

    .site-branding {
        margin: 0;
    }
    .panel .panel-data {
        max-width: 900px;
    }
    

    Just simply all this code to the Dashboard → Appearance → Customize → Additional CSS area and tell me how your page looks now.

    Thread Starter szecsenke

    (@szecsenke)

    Thats fantastic!

    One little problem though. I’d want the change to happen to all the pages (they’re still limited in width)

    I’d actually want to remove the paneling for the starting page (Kezdőlap) and have it look like all the other pages (but with max width 900px)

    Is that possible?

    Thanks in advance!

    Hey,

    I’m glad I could help you so far ^_^

    Now, you could add this additional CSS to make the other pages content go wider, please?

    .single-page.page-template-default .content-area {
        min-width: 900px;
    }
    
    Thread Starter szecsenke

    (@szecsenke)

    Thanks a ton for your help, you’re amazing!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove space between logo and navmenu’ is closed to new replies.