Site logo

[Resolved] Position of headings and excerpts on mobile

Home Forums Support [Resolved] Position of headings and excerpts on mobile

Home Forums Support Position of headings and excerpts on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1885586
    liz

    Hi,

    How can I position the headings and excerpts to the center on mobile- [Homepage only] Thanks in advance!

    #1885597
    Leo
    Staff
    Customer Support

    Hi Liza,

    Are you referring to the 1 post under Parenting?

    Let me know 🙂

    #1885614
    johnzoro

    i would also like to center the post title on archives but on mobile only!

    #1885653
    Leo
    Staff
    Customer Support

    Hi Johnzoro,

    Can you open a new topic for your question and link us to the page in question?

    Thanks 🙂

    #1885659
    liz

    Hi leo

    I am referring to all the articles posted in the homepage section and category archive as well but only on mobile.

    #1885702
    Ying
    Staff
    Customer Support

    Hi Liza,

    Give this CSS a try:

    @media (max-width: 768px) {
        .home .wpsp-content-wrap {
            text-align: center;
        }
        .archive .inside-article {
            text-align: center;
        }
    }
    #1885787
    liz

    Thanks, Ying!

    Texts are now aligned to the center on mobile except for the one that has a background color..is there something that can be done about it? Thanks in advance.

    #1885994
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to correct the layout for the Yellow background post:

    @media(max-width: 768px) {
        .wpsp-align.wpsp-align-background .wp-show-posts-inner {
            padding-right: 0 !important;
        }
        .wpsp-align.wpsp-align-background .wpsp-content-wrap {
            padding: 20px;
        }
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.