This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez
Technical Support,
I’m facing an issue while modifying the product page. I would like to align the price to the left, just like the other elements. However, despite my attempts, I am unable to change its position. I have attached a screenshot to illustrate the problem. The price always remains centered, which disrupts the visual harmony.
Could you please provide guidance on how to resolve this issue and align the price to the left, consistent with the other elements on the product page? Your assistance in achieving an aesthetically pleasing and cohesive layout would be greatly appreciated.
Thank you in advance for your support.
Sincerely,
Hello @mady,
We have been unable to access the WordPress Admin Login details you provided.
We kindly ask that you copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.single-product .single_variation .price {
float: left !important;
}
This should resolve your issue: https://postimg.cc/7J9srx0S
Best Regards,
8Theme’s Team
Tagged: assistance, help, price alignment, request, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up