Solved

Adjusting the space between the top banner and photo below

Ashden
Excursionist
18 0 10

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.

help example.JPG

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

@Ashden 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app