What's your biggest current challenge? Have your say in Community Polls along the right column.

HOW TO ADJUST MOBILE VIEW TO REMOVE EXTRA SPACING/PADDING ON SCREEN RIGHT SIDE USING DAWN THEME

Solved

HOW TO ADJUST MOBILE VIEW TO REMOVE EXTRA SPACING/PADDING ON SCREEN RIGHT SIDE USING DAWN THEME

Thread-Theory
New Member
5 0 0

 I am using DAWN THEME and facing problem regarding un-necessary spacing/padding on right side of landing page as well as product page as shown in picture. Can anyone help me to fix this issue?

 

110.jpeg 

Accepted Solution (1)
namphan
Shopify Partner
2067 273 306

This is an accepted solution.

Hi @Thread-Theory,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 990px) {
    .collection .page-width-desktop {
        max-width: 140rem !important;
    }
    .collection .product-grid.grid {
       --grid-desktop-vertical-spacing: 16px;
       --grid-desktop-horizontal-spacing: 32px;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 6 (6)
Thread-Theory
New Member
5 0 0

can you please share solution here so anyone facing same issue can get help from this thread.

DaisyVo
Shopify Partner
1076 136 152

Hi @Thread-Theory 

 

I will share the solution here so please kindly provide the store URL ❤️ 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

DaisyVo
Shopify Partner
1076 136 152

HI @Thread-Theory 

 

Please kindly share your store URL so I can check it for you

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

namphan
Shopify Partner
2067 273 306

Hi @Thread-Theory,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Thread-Theory
New Member
5 0 0

the issue has been resolved but i am facing another issue regarding side margins in desktop view as i want to reduce side margins in desktop view and increase spacing between product cards. can you please help me to solve this issue. i am sharing link of my website.

thread-theory.pk

namphan
Shopify Partner
2067 273 306

This is an accepted solution.

Hi @Thread-Theory,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 990px) {
    .collection .page-width-desktop {
        max-width: 140rem !important;
    }
    .collection .product-grid.grid {
       --grid-desktop-vertical-spacing: 16px;
       --grid-desktop-horizontal-spacing: 32px;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com