Help ! I have white space on the right side of my enter page

Help ! I have white space on the right side of my enter page

gengsta22
Visitor
2 0 3

hey guys, after working on some codes today for mobile I now realise that i have a strange white bar appear on my enter page. i dont know how to make the enter page full width again. maybe you guys can help? on mobile everything is fine, its only desktop version having the issue.
i am using the broadcast theme, but modified it(for example with this enter page i have).
How can I undoe this?
(i cant find the thing that turned it like that, changed everything i did today back to how it was before...)
my site is www.dangerprint.de

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 848 1062

Hi @gengsta22

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media screen and (min-width: 750px) {
  .wrapper {
   position: unset !important;
  }
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1725760224896.png

Hope this can help you,

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

gengsta22
Visitor
2 0 3

thank you it solved it!

BSS-TekLabs
Shopify Partner
2350 702 827

- Here is the solution for you @gengsta22 
- 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 (min-width: 600px) {
#shopify-section-enter-page .wrapper {
    min-width: 100vw !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725768699705.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