Having issues with the right side area not working when you visit the page and scroll down to see the featured products. I also want to convert that reset to the multirow style, which is www.urbangoodsindia.com
Hi @urbangoodsindia ,
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
@media only screen and (min-width: 768px) {
.grid.product-grid.contains-card {
display: flex !important;
}
}
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 ![]()
desktop view issue cleared
but having issue after selecting products right side are seems blank and also not showing right side area on mobile view
Hi @urbangoodsindia , Similar to the instructions above, insert this code into the style tag:
@media only screen and (max-width: 767px) {
.grid.product-grid.contains-card {
display: flex !important;
}
}
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 ![]()
not working right side area on second page on desktop view and also having homepage issue , second page issue in mobile view


