Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello blarkin91,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .head-logo {
    padding: 0 !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter blarkin91

    (@blarkin91)

    Perfect!

    You are awesome! Thank you.

    I one day hope to be able to have the skill of reading and understanding code like you.

    I actually worked out that using 1% gives me the ideal gap.

    .head-logo {
    padding: 1% !important;
    }

    THANK YOU!

    Bryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce the gap between my logo and my content on homepage? HELP!?’ is closed to new replies.