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.
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.
Please share your store URL.
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.