how can i get tighter grouping

how can i get tighter grouping

primarymenswear
Tourist
11 0 2

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

primarymenswear_0-1747845673649.png

primarymenswear_1-1747845696014.png

 

 

Reply 1 (1)

mageplaza-cs
Shopify Partner
553 46 87

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:

2025-06-24_08-44.png

 

Please let me know if it works as expected.

Best regards!

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com