Home Forums WoodMart support forum Post Date Overlapping Text With No Feature Image Reply To: Post Date Overlapping Text With No Feature Image

#55739

Hello,

We have checked and can suggest you two ways: 1. To hide the date, using id of each post where you do not have an image from one side and post date class from others http://prntscr.com/jcvvto

And # Place the date higher in order to avoid overlapping with this CSS:

.post-single-page .woodmart-post-date {
    position: absolute;
    left: 15px;
    top: -30px;
}

You will get the result as follow: http://prntscr.com/jcvxws or http://prntscr.com/jcvyk5

Best Regards