how to make gallery image full width (venture theme)

NicoleJB
Excursionist
32 0 11

Hi, hope someone can help me. I've looked for the solution but nothing is working so far.

how can I make the gallery image on the homepage full width to the very edge of the page? for mobile and desktop?

Screen Shot 2021-07-20 at 12.51.07 pm.png

any help would be appreciated. thanks in advance!

Replies 8 (8)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
NicoleJB
Excursionist
32 0 11

Hi! thanks for your reply.

 

the url is: https://jazzyboo.com.au/

password is: heloa

hardik355
Shopify Partner
234 22 34

hi 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

 

 

 

/* For desktop */
@media only screen and (min-width: 750px)
.main-content .page-width {
    padding: 0 0px;
}

/* For Mobile*/
.main-content .page-width {
    padding: 0 0px !important;
}

 

 

 

 

If helpful then please Like and Accept Solution.
Shopify theme and app developer.
Skype: live:hardikradadiya355
Thanks

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
NicoleJB
Excursionist
32 0 11

Hi @hardik355 

thanks for your reply, I put the code at the bottom of "theme.scss.liquid"

is this right? because this happened. did I do it wrong?

 

Screen Shot 2021-07-20 at 3.10.04 pm.png

hardik355
Shopify Partner
234 22 34

hi 

i will update the code can you put down one more time. if any issue let me know.

 

Thanks

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
NicoleJB
Excursionist
32 0 11

@hardik355 I put the code back in my store, is that what you need?

hardik355
Shopify Partner
234 22 34

hi 

please remove my code something went wrong i will check and update.

Thanks!

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
NicoleJB
Excursionist
32 0 11

@hardik355 Okay, it's removed. thank you so much for helping