• Resolved riderchris

    (@riderchris)


    Hi,

    I would like to reduce the spacing gap as per the screenshot below but I can’t find any. The gap looks obvious especially on mobile screen. Where can I edit to fix this or reduce the PX?

    Screenshot image: https://ibb.co/cEtpQk

Viewing 1 replies (of 1 total)
  • Hello,

    You can’t remove that gap fully because it is the theme’s default design but you can reduce that using CSS code.

    .site-header {
        margin-bottom: 0px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Header Spacing issue’ is closed to new replies.