This topic has 5 replies, 2 voices, and was last updated 5 hours, 21 minutes ago ago by Tony Rodriguez
The table style is not right, the text should start from left in each row but here it starts from right side, please make it correct, i have attached the image and link in private area.
the image
Hello, @uttam pradhan,
Thank you for contacting us and for using XStore.
We kindly request you to add the following custom CSS code by navigating to **XStore > Theme Options > Theme Custom CSS > Global CSS**:
.single-post table td:last-child {
text-align: left !important;
}
For your reference, please review the attached image provided in the private content area.
We hope this solution addresses your needs. Should you have any further questions or require additional assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
but the header of the table is not right, see the image.
Hello, @uttam pradhan,
Thank you for your response.
We kindly request you to add the following custom CSS code by navigating to **XStore > Theme Options > Theme Custom CSS > Global CSS**:
.single-post table th:last-child {
text-align: left !important;
}
We hope this solution addresses your needs. Should you have any further questions or require additional assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up