Solved

header and slide show overlapping

chokhahaar
Excursionist
41 0 8

can anyone  help me with this header overlapping the slide show issue. I am using brooklyn theme

my website url is https://chokhahaar.com/

Screenshot_8.pngScreenshot_9.png

 

0 Likes
 
 
Accepted Solution (1)

UmairA
Shopify Partner
1106 101 225

This is an accepted solution.

Hi @chokhahaar ,

Add the following code to your theme.scss.liquid file

#PageContainer {
padding-top: 70px !important;
}

 

Let me know if you need my help with anything else.

View solution in original post

Replies 5 (5)

chokhahaar
Excursionist
41 0 8

 

can you help with this issue?

 

UmairA
Shopify Partner
1106 101 225

This is an accepted solution.

Hi @chokhahaar ,

Add the following code to your theme.scss.liquid file

#PageContainer {
padding-top: 70px !important;
}

 

Let me know if you need my help with anything else.

chokhahaar
Excursionist
41 0 8

 

thankyou so much ! this helped

 

UmairA
Shopify Partner
1106 101 225

@chokhahaar ,

You've added the code and it seems to be working as I intended. Do you want something other than that?

chokhahaar
Excursionist
41 0 8

hello this code is not resolving the issue , it is messing with the format of the home page , can you share another code ?