All things Shopify and commerce
Hello! I need help because we want this banner to be on center. how to do that? i check on the settings its on center but its not on center here. what code should i use?
this is the website: https://staygoldenhi.com/collections/my-gems
2nd. when you view https://staygoldenhi.com/collections/my-gems
this will suddenly appear for 1- 2 sec and we want to get rid of that. pls help
Solved! Go to the solution
This is an accepted solution.
Hello @jacqueee if you want it to look as on screenshot
- add such styling in dev_style.css:
.template-collection .section-header {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
float: none;
}
2. You see this weird thing because of boost app. If you want to get rid of this - you need to abandon this app.
HI @jacqueee We have gone through your problem and found a solution.
Solution:
You can follow these steps to achieve your result
Go to online store->Edit code->dev_style.css file
And pest bellow code
.template-collection .section-header {
padding-top: 0;
float: left !important;
}
Hello @jacqueee,
It's ArrayNex support team and glad to support you today.
I checked your website and found that the cause of this issue.
Your Solution:
You can follow these steps to achieve your result
Go to online store->Edit code->dev_style.css file
And pest bellow code
.template-collection .section-header {
padding-top: 0;
float: left !important;
}
If you require any further information, feel free to contact me.
Best regards,
ArrayNex Support Team
Arraynex- Shopify Partner- Helping eCommerce Stores
Replace apps with copy/paste code snippets. save money - click here.
Need a Shopify developer? Chat on WhatsApp or EMAIL ME!
This is an accepted solution.
Hello @jacqueee if you want it to look as on screenshot
- add such styling in dev_style.css:
.template-collection .section-header {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
float: none;
}
2. You see this weird thing because of boost app. If you want to get rid of this - you need to abandon this app.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025