[Resolved] Little Help Again Post Headings

Home Forums Support [Resolved] Little Help Again Post Headings

Home Forums Support Little Help Again Post Headings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #584302
    Mr McMarry

    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

    #584306
    David
    Staff
    Customer Support

    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;
    }
    }
    #584362
    Mr McMarry

    Another thing which is this : the long spaces between post text description :

    https://drive.google.com/file/d/127p-aJlSYvYK54fkx3bJQZrBvrZEfeod/view?usp=drivesdk

    #584366
    David
    Staff
    Customer Support

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

    .entry-content, .entry-summary {
        text-align: justify;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.