Archived topic
Blog page setup
5 replies · Started by Michael Alø-Nielsen on July 26, 2017
How do I get the Category, Tags and Commentlink to show up below the excerpt instead of below the Featured image; like shown in the image below (I can't provide a link to the site as I'm devoloping on my local computer).

The image is an animation of what it currently looks like and what I'm trying to acchieve.
I have this code in my css:
.post-image-aligned-left .site-main .inside-article div.post-image {
margin-top: -20px;
margin-right: 30px;
margin-bottom: -20px;
margin-left: -20px;
float: left;
width: 400px !important;
height: 400px !important;
}
Is there any way you can recreate this on a live server so I can tweak the code and find the right solution?
Okay, now you should be able to see the blog page here.
Try adding this CSS:
.entry-summary {
overflow: hidden;
}
Thank you so much. It works perfectly!
You're welcome :)