Solved

Huge gap within sections on my Homepage

blisskare
Excursionist
33 0 6

Hello Team,

I am seeing a lot gaps on left and right margin where I am showing collection. Also, there is a lot of space within the sections horizontally on my Homepage. I am attaching the screenshots for your reference. Please let me know how can I see the image on the full screen - images look small and yet, speed score for my store is 33 and that is low. Please suggest me ways to fix that. My store is www.blisskare.com  Screen Shot 2021-09-21 at 11.44.10 PM.pngScreen Shot 2021-09-21 at 11.45.53 PM.pngScreen Shot 2021-09-21 at 11.47.32 PM.png

 

Accepted Solutions (5)

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below code in bottom of assets/theme.scss.css file

@media only screen and (min-width: 750px)
.collection-list {
           padding: 50px 0 0 0;
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

hii, @blisskare 
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
.grid.grid--uniform {
    margin-left: -23% !important;
    width: 144% !important;
}
.collection-list {
    padding: 40px !important;
}
}

Thank You.

View solution in original post

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

add the following code at the bottom of your assets/theme.scss.liquid

@media only screen and (min-width: 992px) {
.grid.grid--uniform {
    margin-left: -23% !important;
    width: 144% !important;
}
.collection-list {
    padding: 40px !important;
}
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

add the following code at the bottom of your assets/theme.scss.liquid

#shopify-section-16303822977c348706 .page-width {
    zoom: 1;
    max-width: 75% !important;
    padding: 0px 30px;
    margin: 0 auto;
}

#shopify-section-1630218769e2c16f7f .page-width {
    zoom: 1;
    max-width: 75% !important;
    padding: 0px 30px;
    margin: 0 auto;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

Try this css class

@media only screen and (min-width: 750px){
.hero--small .hero__inner {padding: 25% 0 !important;}
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 14 (14)

Zworthkey
Shopify Partner
5581 642 1569

hii, @blisskare 
Do you want to like this?
download (53).png
Thank You.

blisskare
Excursionist
33 0 6

Yes! that's great! thanks 🙂

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below code in bottom of assets/theme.scss.css file

@media only screen and (min-width: 750px)
.collection-list {
           padding: 50px 0 0 0;
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

hii, @blisskare 
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
.grid.grid--uniform {
    margin-left: -23% !important;
    width: 144% !important;
}
.collection-list {
    padding: 40px !important;
}
}

Thank You.

blisskare
Excursionist
33 0 6

Hey, thanks for help, that code fixed the issue. However, that cropped my top-most image. Could you please fix that?

Also, could the collection list images be organized with lesser margin on both sides (to get aligned with top most image)?Screen Shot 2021-09-22 at 11.12.46 PM.png

 

 

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

add the following code at the bottom of your assets/theme.scss.liquid

@media only screen and (min-width: 992px) {
.grid.grid--uniform {
    margin-left: -23% !important;
    width: 144% !important;
}
.collection-list {
    padding: 40px !important;
}
}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
blisskare
Excursionist
33 0 6

@dmwwebartisan  Hey, thanks for help, that code fixed the issue. However, that cropped my top-most image. Could you please fix that? 

Also, could the collection list images be organized with lesser margin on both sides (to get aligned with top most image)?Screen Shot 2021-09-22 at 11.12.46 PM.png

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

add the following code at the bottom of your assets/theme.scss.liquid

#shopify-section-16303822977c348706 .page-width {
    zoom: 1;
    max-width: 75% !important;
    padding: 0px 30px;
    margin: 0 auto;
}

#shopify-section-1630218769e2c16f7f .page-width {
    zoom: 1;
    max-width: 75% !important;
    padding: 0px 30px;
    margin: 0 auto;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
blisskare
Excursionist
33 0 6

Amazing! Thanks @dmwwebartisan a lottttt! However, my topmost image is still cropped. Could you fix that as well? It will be immensely helpful.Screen Shot 2021-09-23 at 12.11.27 AM.png

blisskare
Excursionist
33 0 6

Thanks a lottttt @dmwwebartisan for your quick support! My collection looks perfect now! So thankful to you! However, my topmost image is still cropped. Could you please help me fix that?

Screen Shot 2021-09-23 at 12.11.27 AM.png

 

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@blisskare 

Try this css class

@media only screen and (min-width: 750px){
.hero--small .hero__inner {padding: 25% 0 !important;}
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
blisskare
Excursionist
33 0 6

Thanks a lot @dmwwebartisan . It worked perfectly for the top most image! So thankful for your help!

dmwwebartisan
Shopify Partner
12289 2547 3698

@blisskare 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
blisskare
Excursionist
33 0 6

Sure ! @dmwwebartisan I would definitely like and recommend your solutions!