Shopify themes, liquid, logos, and UX
Dear community,
I am using the Focal theme and currently facing some issues on the mobile view on the product pages.
At the moment, the "complementary products" section is above the product description on mobile view. I tried to move this section so its displayed below the description tab but I had no success.I saw another store using the Focal theme which was able to do that (https://www.homere.shop/products/meeko-kiboko-wine)
Is here anyone who could help me with this issue? That would be awesome!
My store with the example page: https://baumann-weine.de/products/chardonnay-jungspund
Many thanks for your help!
How I want it to be:
Best
Solved! Go to the solution
This is an accepted solution.
Hi TillBa,
Go to Online Stores -> Themes -> Customize -> Theme Settings -> Custom CSS and add below code:
@media (max-width: 991px) {
.product-content {
flex-direction: column !important;
}
product-recommendations {
margin-top: 40px !important;
}
}
Regards,
Emirates7
This is an accepted solution.
Hi TillBa,
Go to Online Stores -> Themes -> Customize -> Theme Settings -> Custom CSS and add below code:
@media (max-width: 991px) {
.product-content {
flex-direction: column !important;
}
product-recommendations {
margin-top: 40px !important;
}
}
Regards,
Emirates7
Hi @Markit-Themes , thank you so much for your help! That worked perfectly. Many thanks!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025