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!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025