Fitting desktop view to mobile device "Venture Theme"

Hi. I don’t think my website https://forgegrills.com/ looks good on Mobiles. How can I make its appearance more small and products fixed like second image ?

Thank you.

Hello! What about this? I can make these changes on your theme. Please send me your .myshopify.com url and I will send collaborator request. I charge $50/hour and this will be a total of .5 hours of work!

@Narquila

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss ->paste below code at the bottom of the file.
@media only screen and (max-width: 468px) {
#shopify-section-1611420776694b6b0a .grid .grid__item {
    width: 50% !important;
}
}
1 Like