Change Overlap On Posts
-
Hi there! Would it be possible to move my pictures above the text so that there is not overlap by the title/content? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the overlap is accomplished with a negative top margin. We can set that back to zero (0) for no overlap with the following custom CSS.
.post-thumbnail + .entry-header { margin-top: 0; }
- The topic ‘Change Overlap On Posts’ is closed to new replies.