• Resolved szecsenke

    (@szecsenke)


    Hello!

    I’d like to remove the big gap between the navmenu and the header logo, and also move the logo further top.

    Additionally, there is a grid or something that limits the content to the center, i’d like if it would allow more width for content for the pages.

    Can anyone help please?
    Thanks in advance!

    The page I need help with: [log in to see the link]

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.