Site logo

[Support request] How to align grids

Home Forums Support [Support request] How to align grids

Home Forums Support How to align grids

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • #2497698
    Ajay

    I am getting an issue that my grid post is not align straight. The bottom is align properly but top and content title with small description is not align straight each others. Please help i am using bloc element.

    #2497769
    David
    Staff
    Customer Support

    Hi there,

    where can i see the issue ?

    #2497786
    Ajay

    on image and title and description. they are not align straight. but buttons are align straight

    #2497803
    David
    Staff
    Customer Support

    If i can see the site , then i can determine the cause of the issue.
    If i can’t see the site, then check to make sure all your featured images are the same size / aspect ratio.

    #2498365
    Ajay

    my buttons are not aligned straight with each other. yes please check in a private box

    #2498392
    Fernando
    Customer Support

    Hi Ajay,

    Can you provide the link to the site in question? We’ll help with the CSS after we see the site.

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2499660
    Ajay

    please look in private box

    #2499671
    Fernando
    Customer Support

    Can you try adding this through Appearance > Customize > Additional CSS?:

    :is(.home, .archive, .page-id-332) .gb-grid-wrapper.gb-query-loop-wrapper .gb-query-loop-item > .gb-container .gb-inside-container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    :is(.home, .archive, .page-id-332) .gb-grid-wrapper.gb-query-loop-wrapper .gb-query-loop-item > .gb-container .gb-inside-container > *:nth-last-child(2) {
        margin-top: auto;
    }
    #2499691
    Ajay

    it is working only a single page not in other pages which is homepage and categories pages. also the category text link placement should be littlebit down side after excerpt

    #2499703
    Fernando
    Customer Support

    I edited the code above. Can you try that instead?

    #2499710
    Ajay

    yes working well but not on homepage

    #2499725
    Fernando
    Customer Support

    The structure of your homepage was different awhile ago. It must have been caching. I edited the code again on top.

    Can you try that?

    #2499741
    Ajay

    if i do some changes will style change? like some border radius and margen top bottum

    #2499747
    Ajay

    i am facing also image size issue i dont know why please check the private box

    #2499752
    Fernando
    Customer Support

    If you don’t change the structure, the code would still work even if you change the borders and spacing.

    As for the image size issue, Google is suggesting to re-upload your images at a smaller size/dimension.

    I believe there may be Image Optimization plugins that can assist with this. You can try if any of these helps: https://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/

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