Site logo

[Resolved] ( Read More ) Button alignment problem Fixing

Home Forums Support [Resolved] ( Read More ) Button alignment problem Fixing

Home Forums Support ( Read More ) Button alignment problem Fixing

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #2079365
    Arif

    Hello, Can you tell me how to fix this ( read more ) button alignment. Read More button 1 & 3 okay , but 2 alignment is not good, Please check it : https://ibb.co/QQpjb6h

    #2079456
    Ying
    Staff
    Customer Support

    Hi Arif,

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

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2079492
    Arif

    Please, Check it.

    #2079499
    Ying
    Staff
    Customer Support

    Try this CSS:

    .blog p.read-more-container, .archive p.read-more-container {
        margin-top: auto;
    }
    .blog .entry-summary, .archive .entry-summary {
        flex: 1;
    }
    .generate-columns .inside-article, .blog .entry-summary, .archive .entry-summary {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #2079500
    Arif

    I don’t know how to add this ?

    #2079505
    Ying
    Staff
    Customer Support

    You can add it to customizer > additional CSS.

    #2079511
    Arif

    customizer > additional CSS > then paste the code anywhere… Am i right?

    #2079513
    Ying
    Staff
    Customer Support

    Yes, correct.

    Do you already have other CSS in the field?

    If so, paste it in front of other CSS.

    #2079519
    Arif

    yes, here i see some css code, around 70 line . Did i remove them and paste it ?

    #2079530
    Ying
    Staff
    Customer Support

    Don’t remove them, the code must be doing something to your current layout.

    Just paste the new CSS code in 🙂

    #2079538
    Arif

    Great it is working. But page alignment text is not correct position. How do i do that?

    #2079547
    Ying
    Staff
    Customer Support

    You can change the content container paddings at customizer > layout > container > content padding.

    #2079555
    Arif

    But i can try it. But it also decreases my Home page Column padding.

    Check the attachment

    #2079571
    Ying
    Staff
    Customer Support

    The customizer option applies for the entire site, I would recommend you set around 40px at customizer > layout > container > content padding.

    Then add this CSS to modify the paddings around the posts on blog and archive pages.

    .generate-columns .inside-article {
        padding: 30px 10px 5px 10px;
    }

    The 4 values are presenting top/right/bottom/left paddings around the post, please refer to the screenshot below:
    https://www.screencast.com/t/lQoB5e4VqeJ

    #2079831
    Arif

    But here is a problem, when i go to customizer > layout > container > content padding setting and set 40x it is also works on home page and Privacy Policy page. But I need it on a separate page. Not in Home page. I need padding on just this page ( Privacy policy , About us , Contact Us) how to i do that separately? Kindly check the attachment.

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