Archived topic
How to align center archive title&reduce the space in Archive-Post-Title's area
5 replies · Started by nutt on January 26, 2020
Viewing posts 1–6 of 6
[url=https://ibb.co/RgZwxxT][img]https://i.ibb.co/WHqJbbv/2020-01-27-121822.png[/img][/url]
Hi there,
1. Centre align page header title:
.archive .page-header {
text-align: center;
}
2. Customizer > Layout > Container --> adjust Content Separator
Thank you so much
1. work well
2. I mean this space (as in the attachment)
[img]https://sv1.picz.in.th/images/2020/02/05/xSvldu.jpg[/img]
#jjask
Try this CSS:
.post-image-above-header .inside-article .post-image {
margin-bottom: 0.5em !important;
}
.archive .entry-summary {
display: none;
}
Thank you so much
You're welcome
This archived topic is closed to new replies.