Displaying the date in news widgets
-
Hello.
The date displayed in the top left photo of the news widget interferes with our logos in the photo. How can I move them to the right or display the date normally below the headline?
Attachments:
You must be
logged in to view attached files.
Hello,
If you want to move the date badge in the top-right corner. Try to add the following custom css code in Theme Settings > Custom CSS.
/* Move post date badge to top-right corner */
.wd-post-date.wd-style-with-bg {
inset-inline-start: auto !important;
inset-inline-end: 15px !important;
}
If you want to move in the bottom right corner, Try to use this CSS code.
/* Move post date badge to bottom-right corner of image */
.wd-post-date.wd-style-with-bg {
top: auto !important;
bottom: 15px !important;
inset-inline-start: auto !important;
inset-inline-end: 15px !important;
}
Best Regards
It didn’t help. I tried both options.
As soon as I refresh the cache, the added code disappears.
What other options are there?
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Thank you, I am sending you the login details.
Hello,
Your issue has been resolved. I have added the following CSS under Theme Settings > Custom CSS:
/* Move post date badge to top-right corner */
.wd-post-date.wd-style-with-bg {
inset-inline-start: auto !important;
inset-inline-end: 15px !important;
}
The date badge is now correctly positioned on the right side of the image.
See Screenshots for clarification:
https://postimg.cc/CZBdLZjS
https://postimg.cc/xNYdRtBD
Please check back your site and check the issue, if you have any questions, feel free to contact us.
Best Regards
Thank you very much! The date is now on the right.
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
https://www.trustpilot.com/review/xtemos.com
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Displaying the date in news widgets’ is closed to new replies.