• Resolved terrie1103

    (@terrie1103)


    I have several grids on a page and I don’t see any setting differences in regard to layout, yet some of my grids are centered and some start left.

    If you look at my page, you will see that Caribbean is flush left while Europe is centered. Not sure how to get them all the same?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    I can see you are using masonry enabled,

    Can you please set
    Masonry enable > No
    and see whats happening.

    Regards

    Thread Starter terrie1103

    (@terrie1103)

    Thank you for your help Unfortunately, that didn’t work ,and in the instances where the sections are actually correct,I tried switching it to no. just to see what would happen, and it centered the items instead of keeping them to the left.

    Plugin Author PickPlugins

    (@pickplugins)

    i don’t understand the issue, can you please set to

    Masonry enable > No

    and let me check when you have done.
    Regards

    Thread Starter terrie1103

    (@terrie1103)

    I have set to masonry enable no for all, but it does not fix the issue. It actually makes it worse. Now ALL of the grids are centered.

    If you look at Europe, for example- there are three posts. the posts are centered on the page. I don’t want them centered, I want them to the left.

    thanks

    Plugin Author PickPlugins

    (@pickplugins)

    I noticed there is no option to make this align left right now.
    you could tri following CSS to override.

    #post-grid-5420 .grid-items {
        text-align: left !important;
    }

    please change the post grid id as you need #post-grid-5420

    Regards

    Thread Starter terrie1103

    (@terrie1103)

    YES! Brilliant, thank you!

    Plugin Author PickPlugins

    (@pickplugins)

    Glad to know that working,

    If you love our plugin and support please submit us five star reviews here https://wordpress.org/support/plugin/post-grid/reviews/
    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘post grids centered’ is closed to new replies.