What's your biggest current challenge? Have your say in Community Polls along the right column.

Issue With The top Of my landing Page

Solved

Issue With The top Of my landing Page

Sohayl67
Explorer
89 0 21

Hello i have an issue with my Landing Page the top of the Page there a Big Line that is white and  I think the issue come from codes , And when i change the logo width to 160 px the line i way finner (nearly can't see it ) but when i start increasing the logo width the Line start being bigger how to solve this issue , i think it's an issue from coding .

Here is my website Link:

https://7968dc-f5.myshopify.com/

Accepted Solution (1)

DaisyVo
Shopify Partner
1024 129 143

This is an accepted solution.

Hi @Sohayl67 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

header.header {
    padding-top: 0 !important;
}

 

Here is the result: https://prnt.sc/EcsdLeEH9x3-
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

mrashid
Shopify Partner
296 26 32

@Sohayl67 paste in base.css

header.header.header--top-center {
    padding-top: 0 !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

DaisyVo
Shopify Partner
1024 129 143

This is an accepted solution.

Hi @Sohayl67 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

header.header {
    padding-top: 0 !important;
}

 

Here is the result: https://prnt.sc/EcsdLeEH9x3-
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution