I’m sorry at the terrible English.
In the category page, the heading of the article is displayed on the double.
This problem occurs only if you have displayed in a list view or smartphone.
http://i.imgur.com/V7s5W7p.jpeg
http://i.imgur.com/toN9VG2.jpeg
Do you have a solution?
1 Answers
To resolve this issue, you can add the following code to the style.css file
.archive .content-inner .hentry.has-thumbnail:first-child .post-inner { margin-left: 340px; }
.archive .content-inner .entry-thumbnail .entry-header { display: none; }
Hope this helps !
Thank you so much 🙂
Please login or Register to submit your answer