[Support request] Homepage Text alignment issue

Home Forums Support [Support request] Homepage Text alignment issue

Home Forums Support Homepage Text alignment issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1594306
    nikhil mitra

    hello,
    how I can align heading and meta text on my home page with featured image. currently how it looks the screenshot is down below
    https://prnt.sc/wa0gvh

    #1594355
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1594435
    nikhil mitra

    i have problem in mobile page vies there home page text are not aligned.

    #1595004
    Leo
    Staff
    Customer Support

    Give this CSS a shot:

    @media (max-width: 768px) {
        .blog .entry-header, .archive .entry-header {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.