Remove empty space on screen side

Solved

Remove empty space on screen side

Daniel19901
Shopify Partner
287 2 82

Hi, can anyone help me remove the dead space I have on my screen side on mobile?

I guess one of my sections is too broad, but I'm not sure which one and how to cancel it. People can scroll a bit to the right instead of fix screen side (see screenshot - brown line on the right)

https://bentobay.de/
Pass: bawvay

 

Screenshot 2024-05-27 191233.png

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @Daniel19901

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

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

h3.sc-hOGkXu.fXbcZH.pf-355a57364dff-860_.pf-heading-1-h3 {
    display: inline-block;
    width: inherit;
    margin: 0 auto !important;
    padding: 0 !important;
}

Here is result: 

BSSTechVenture_0-1716840831892.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

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @Daniel19901

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

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

h3.sc-hOGkXu.fXbcZH.pf-355a57364dff-860_.pf-heading-1-h3 {
    display: inline-block;
    width: inherit;
    margin: 0 auto !important;
    padding: 0 !important;
}

Here is result: 

BSSTechVenture_0-1716840831892.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