Date bar covers the paragraph

Posted in: Newspaper
Post count: 58

Date bar covers the paragraph on pages:

https://imgur.com/a/ag0NCoE

How can I solve it? Css?

Post count: 35449

Hi,

If you want to set the date format in numbers for whole website you need to change it from WordPress > Settings > General if you want only for the date from homepage you can edit it only if it was add using tagDiv Composer -> https://i.imgur.com/7yASt2C.png

Thank you!

Post count: 58

Hi Calin,

thnaks for your quick response.

I don’t want to change the date format. The grey bar with the date is too high and covers the top part of the page title

Post count: 35449

Hi,

If the problem is on a page, you can edit it with tagDiv Composer and set on the content a top margin or padding -> https://i.imgur.com/3dnGn7z.jpg or you can use a custom css like this one -> https://i.imgur.com/qwXqyv5.png
.page .td-page-title {
margin: 19px 0 19px 0px;
}

Thank you!

Post count: 58

Thank you, that solves the problem!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.