• Resolved crisanmarius

    (@crisanmarius)


    Hello,
    First of all thank youu for this great theme.
    I have http://romaniancar.com/ . Can you please tell me how i can bring the logo closer to the menu ? And also lose that empty space between logo and top of page.

    Thank you

    Crisan Marius

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Chrisdc1

    (@chrisdc1)

    Hello, you could make a child theme, but the simplest way would be to install a custom css plugin and change it there. You’ll need to enter something like this:

    .site-branding {
        padding: 20px 0;
    }

    You might need to adjust the 20px up or down to find what looks best. Hope that helps.

    Thread Starter crisanmarius

    (@crisanmarius)

    Thank you very much, it worked 😀

    Can i make the header clickable (to homepage)?
    http://romaniancar.com/

    Thanks again in advance

    Theme Author Chrisdc1

    (@chrisdc1)

    Hello, sorry for the delay ( it’s a busy time of year 🙂 ). That’s an error in the theme I’m afraid, but I’ve just submitted a new version, so once that is approved you should get the update on your site.

    Thread Starter crisanmarius

    (@crisanmarius)

    Thank you, it`s working perfectly now !

    Thread Starter crisanmarius

    (@crisanmarius)

    Can you also please tell me how i can center the logo ? thank you

    Theme Author Chrisdc1

    (@chrisdc1)

    Hello, it looks like you’re still using the custom css above, so try updating it to this:

    .site-branding {
        float: none;
        padding: 20px 0;
        text-align: center;
    }
    Thread Starter crisanmarius

    (@crisanmarius)

    Thanks again, it looks great now !

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Header (logo) is too far away from the menu’ is closed to new replies.