Site logo

Archived topic

Little Help Again Post Headings

3 replies · Started by Mr McMarry on May 25, 2018

Viewing posts 1–4 of 4

Heres the issue :

this is the Homepage so i want this heading in center which it is but i don't want headings centered In-Post

Hi Arish, the CSS you have for centering on mobile can be adjusted like so to just affect the blog / archive

@media (max-width: 768px) {
.blog .entry-title,
.archive .entry-title {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
}

Hi Arish, thats because of this CSS you have setting the text to justify:

.entry-content, .entry-summary {
    text-align: justify;
}
This archived topic is closed to new replies.