How can I fix the header space issue on my website?

Hey guy’s I have a problem with my header space can you help me to solve it ? Thanks ! Here is my website

Www.luxsolelight.com and bellow the problem with picture

1 Like

Hi @LuxsoleLight ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
img.header__heading-logo.motion-reduce {
    height: 150px !important;
    object-fit: cover;
}

Result:

I hope it help.

1 Like

Thank you so much !! I have one more request if you can help … I would like to remove the white side on the bottom for both pictures …

Thank you for helping me :folded_hands:

1 Like

Yeah, Try this one. But thats weird, the other slides change on the default color and 2 slides are not.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
@media only screen and (max-width: 749px){
    .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--center.slideshow__text-mobile--center {
    background: #a48b5f;
}
}

Result:

This is strange I past it but not working on mobile

Ah it worked ! i needed to close previous code ! Thank you so much !

You’re an angel fallen from the sky !

Have a good evening !

1 Like

Oh im not sure where did you paste it.. It should be on the .css files.. :sweat_smile:

But anyway if it work then its good. Please dont forget to likes and mark as solution. Thanks!

1 Like