My header is collapsing with product page in mobile view when i make my header transparent help me

Solved

My header is collapsing with product page in mobile view when i make my header transparent help me

odejia9587
Tourist
11 0 7

i have created my store header transparent and works very well on desktop view but it doesn't working properly on the mobile view it collapsing with the product image in mobile view Screenshot (173).pngmy store url 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @odejia9587 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media only screen and (max-width: 600px) {
product-info {
    padding-top: 70px !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725889389481.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5426 1467 1752

Hey @odejia9587 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
product-info {
    padding-top: 80px !important;
}
</style>

RESULT:

Moeed_0-1725880199894.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


topnewyork
Globetrotter
633 114 134

Hi @odejia9587 ,

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
.section-template--17096668676249__main-padding {
    padding-top: 65px !important;
}
</style>

 

 

topnewyork_1-1725880928925.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

Rahul_dhiman
Shopify Partner
556 109 109

Hello @odejia9587 
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-slider.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.slider.slider--mobile .slider__slide {
padding-top: 4.5rem;
}
}

result
11.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @odejia9587 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media only screen and (max-width: 600px) {
product-info {
    padding-top: 70px !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725889389481.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Vinsinfo
Shopify Partner
426 143 142
@odejia9587 Please follow below steps to properly align header and product images on mobile view. Let me know whether it is helpful for you.
 
1. From admin go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
Vinsinfo_0-1725893796050.png
3. Go to "base.css" file.
Vinsinfo_1-1725893800362.png
4. Paste the below code at the bottom of the file and save changes.

 

sticky-header.header-wrapper {
    position: relative !important;
}

 

Vinsinfo_2-1725893805405.png

 

 

Result will be like,
Vinsinfo_3-1725893811213.png

 

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to [email protected] for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support