This topic has 6 replies, 3 voices, and was last updated 1 hours, 9 minutes ago ago by Luca Rossi
i want to align the text to right. How i can do that i am attaching a screenshot.
Hello, @Outgrowth,
Thank you for contacting us and for using XStore.
If you wish to align the text additional details to right on product page, Please add the next custom CSS code in XStore > Theme Options > Theme Custom CSS > Global CSS.
div#tab-additional_information table td:last-child{
text-align: right !important;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best regards,
8Theme’s Team
it’s still coming like this
Dear @Outgrowth,
We hope this message finds you well.
Could you kindly clarify how you would like the text to appear? Based on the screenshot provided by our team, it seems that the text is already aligned to the right: https://pasteboard.co/Y3cS2pxyxUon.png
Please let us know if there are any specific adjustments you’d like us to make.
Best regards,
The 8Theme Team
hey i have attached the screenshots and mentioned what needs to be done. Kindly do and guide as well for future ref. so that i can do at my end
Thanks
Hi @Outgrowth,
In your screenshot, the requirement states align to the left: https://prnt.sc/VIw_8jM3Bxqm.
Please update the custom CSS code to this:
div#tab-additional_information table td:last-child {
text-align: left !important;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up