Adjusting the space between the top banner and photo below

Hey,

I’m trying to change the space between the front top banner and the image i have below that. the example down below.

Does anyone know how I could do this, any help is much appreciated.

Thanks.

1 Like

@Ashden

Please share your store URL.

@Ashden

I can see that space used for navigation. If you are using navigation menu to display there then you can add the following code at the bottom of your assets/theme.css file.

nav#AccessibleNav {
    display: none;
}

Hope this helps.

1 Like