Liquid, JavaScript, themes, sales channels
Help me please. Sets the header only in the cart, where the folder with this code is located
Solved! Go to the solution
This is an accepted solution.
Hello @CHERKASOV ,
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
#your-shopping-cart .site-header.left {
width: 100% !important;
float: none !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @CHERKASOV ,
It's GemPages support team and glad to support you today.
Could you please share your display that you want.
In addition, could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
I found this code in this script but nothing changes when disconnected
Decided! Added to cart-template.liquid
<style>
.left {
width: 100%;
min-inline-size: -webkit-fill-available;
}
</style>
This is an accepted solution.
Hello @CHERKASOV ,
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
#your-shopping-cart .site-header.left {
width: 100% !important;
float: none !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
@CHERKASOV
put below css to resolve header problem into theme.css file
header.site-header.left {
width: 100% !important;
}
User | RANK |
---|---|
25 | |
20 | |
7 | |
7 | |
6 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023