This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Tony Rodriguez
Hi, in product overview display the buttons “add to cart” next to each other. screen in private.
Hello, @salmi,
Thank you for reaching out to us and for utilizing our theme.
The problem you are encountering is due to the excessive content in the product price section. To standardize the height, we recommend using the CSS code provided below. Please copy and paste this code into the following path: Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Afterward, clear your browser cache and revisit your site to see the changes.
Here is the CSS code:
@media(max-width: 767px){
.content-product .price {
height: 50px !important;
}
}
For your reference, here are the links to the images showing the appearance before and after applying the CSS code:
Before CSS: https://postimg.cc/jwgXLczX
After CSS: https://postimg.cc/nX6RYpwD
We hope this resolves your issue. If you have any further queries, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
Hi, thanks for the code but unfortunately the rule does not always apply, besides it should also be displayed on desktop page straight, in private a link to a page where it is not displayed straight. Thanks
Hello, @salmi,
We appreciate your prompt response.
To resolve your issue, we kindly request you to disable the ‘Products Masonry’ option. You can find this option in the following path: XStore > Theme Options > WooCommerce > Shop > Shop page Layout. Once you have disabled it, please ensure to publish the changes.
For your convenience, we have provided a reference image: https://postimg.cc/LgTrFsyF
Subsequently, we recommend adding the CSS code from the following topic: https://www.8theme.com/topic/problem-with-products-layout-in-shop-page/#post-316130
We trust that these steps will rectify your problem.
Best Regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up