We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Overlapping mobile logo header

Overlapping mobile logo header

Detailking
Tourist
12 0 4

The logo is overlapping the header on all pages. Is there something wrong?

 

www.detailking.nl

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @Detailking 

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 599px){
.header-wrapper {
    position: absolute;
    top: 45px;
}
.banner__box {
    padding-bottom: 0 !important;
    margin-bottom: -30px;
    }
}

 

And Save. 

Result:

Made4uoRibe_0-1728332262546.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Detailking 

Please go to Online Store > Themes > Customize > Theme settings > Custom CSS, add this code and save 

@media (max-width: 749px) {
.header-wrapper { top: 40px !important; }
}

Screenshot 2024-10-08 at 09.33.43.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Detailking
Tourist
12 0 4

Thanks for your answer! It worked on the home page, but when you look at a collection, it's still overlapping.