Hi,
Is it possible to centre the product title and price just on mobile view?
Including the product reviews.
All of this:
Thanks,
Harvinder
Hey ballindigital,
Thank you for the inquiry.
You can add this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top div.product .product_title {
clear: none;
text-align: center;
}
#top div.product .price {
width: 100%;
display: flex;
justify-content: center;
}
}
Result:
Best regards,
Ismael
Hi,
This looks great – I just need the reviews part to be centred too please..
Hi,
Thank you for the update.
We added this css code to center align the reviews/rating container:
#top .entry-summary .woocommerce-product-rating {
display: flex;
justify-content: center;
}
Best regards,
Ismael
Thank you!
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike