Catch Themes » All Posts https://catchthemes.com/support-forum/forum/full-site-editing/blockmag/feed/ Mon, 04 Dec 2023 01:18:18 +0000 https://bbpress.org/?v=2.6.9 en-US https://catchthemes.com/support-forum/topic/post-date-messed-up/#post-324707 <![CDATA[Reply To: POST DATE MESSED UP]]> https://catchthemes.com/support-forum/topic/post-date-messed-up/#post-324707 Sun, 10 Sep 2023 16:34:56 +0000 Sakin Hi Marta,

1. I just checked your site and see that you have already updated the theme to the latest version 1.0.3 and now your date issue has been fixed on your site.
2. That line is there even in our demo but we have a margin gap in between. But I don’t know why on your site there is no gap. So, you can add the following CSS in “Appearance => Customize => Additional CSS” to remove that line:

@media screen and (min-width: 48em) {
  .wp-block-section.wp-block-most-popular-news .wp-block-query.most-popular-query .wp-block-post-template > li::after {
    border-right: none;
  }
}

Regards,
Sakin

]]>