Site logo

Archived topic

Centering the Excerpt

3 replies · Started by Huseyin on January 15, 2021

Viewing posts 1–4 of 4

Need help on centring the excerpt, you could see that excerpt scaled up. I want it to be centred with the image.

Tried this code, but couldn't succeed.

	.entry-summary:not(:first-child) {
	   margin-top: 0;
	}

https://ibb.co/XyKTgws

Hi there,

you need to move the entry summary down - which you can do with this CSS:

#page .post .entry-summary {
    margin-top: 2em;
}

ohhh

Once again, thank you very much.

You're welcome

This archived topic is closed to new replies.