how can i get tighter grouping

hi i would like the product image and text details (buttons etc) to be next to eachother on mobile not above and below. how do i do this? not an option for it, using berlin theme, primarymenswear.com

Hi @primarymenswear ,

I am from Mageplaza - Shopify solution expert.

You can add the following CSS code to the base.css file to apply this customization:

@media screen and (max-width: 768px){
 .featured-product .product__outer{
    flex-direction: row-reverse;
  }   
}

*Result:

Please let me know if it works as expected.

Best regards!

Hello @primarymenswear

I also encounter same issues before, but i got it solve by my shopify marketing agency. You can try them out also