Dropshipping is a business model that lets you sell products by using a supplier.
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
I want my website same wide as shown in other pic "Scars by rage" [Like the banner my is not that wide] tell me the custom code please !!
Hi @Jashan
I see what you’re asking—you want to make your banner (or section) as wide as the one shown in the "Scars by Rage" example. Right now, it seems like your banner isn’t stretching fully across the screen, and you need a custom code to fix that.
You’ll need to modify the CSS to make your banner section full width. Try adding this code in Online Store > Themes > Edit Code and locate your theme.css (or base.css) file. Scroll to the bottom and add this:
.banner-section {
width: 100vw !important; /* Ensures full screen width */
max-width: 100% !important; /* Prevents unnecessary constraints */
margin: 0 auto; /* Centers the banner */
padding: 0; /* Removes unwanted spacing */
}
If your theme doesn’t allow that, you can also force the banner inside the Liquid file:
This should now match the width of "Scars by Rage."
If you can share your theme name, I can provide more specific guidance!
Let me know if this helps, and I’ll be happy to assist further.
Best regards,
Daisy.