How can I adjust this section to be shown full width?

Solved

How can I adjust this section to be shown full width?

NikosBat
Trailblazer
404 1 75

How can I adjust this section to be shown full width?

 

31231237812361278936127.png

Here is the url and password:

https://www.nistore.de/products/trendy-stainless-steel-multilayer-circle-twist-knot-earrings-for-wom...

nikthe

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
806 155 169

This is an accepted solution.

Hello @NikosBat 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
.page-width {
padding: 0px;
}
}

result
64.png

Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 5 (5)

Shinerds
Shopify Partner
32 11 41
hey @NikosBat , i hope you are doing great. 

you can achieve full width by just adding this code in --> Css file or go to this section and paste this code in Custom Css container which you will see after scroll the section info down. 
 
@media screen and (min-width: 750px) {
.section-template--24614564004172__related-products-padding 

      width: 100% !important;

      max-width: 100% !important;

}

 

12.png

13.png

- We Build Innovating Solutions for a Brighter Future.
- Drop an email if you are looking for quick fix or any customization
- Email: shinenerdsofficial@gmail.com
NikosBat
Trailblazer
404 1 75

Hello Shinerds, thank you very much that has solved my problem!

Rahul_dhiman
Shopify Partner
806 155 169

This is an accepted solution.

Hello @NikosBat 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
.page-width {
padding: 0px;
}
}

result
64.png

Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

NikosBat
Trailblazer
404 1 75

Hello Rahul_dhiman, thank you very much that has solved my problem!

Rahul_dhiman
Shopify Partner
806 155 169

Happy to help you...!!!

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages