• Hi, everytime I update this site, I have to change the post grid displays because they revert back to centered, instead of a grid. I do NOT have masonry enabled, it says “NO”…all of these images should be in rows of three, and not vertical. It’s the same on the home page here: https://allisongilbert.com/ All the “Featured Q&A’s” should be displaying in a grid.

    Help!

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

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

    (@pickplugins)

    Thanks for your post,

    I can see there is p tag injected after each item in the grid, please see the screenshot

    View post on imgur.com

    this is probably wpautop function issue,
    you could add following code to your theme functions.php file to fix this issue.

    
    remove_filter( 'the_content', 'wpautop' );
    

    Let me know the result.
    Regards

    Thread Starter Karen Lewis

    (@karen-lewis)

    Oh my gosh. I didn’t see this update. Thanks, but that solution did not work. 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Grids Centered on Latest Update’ is closed to new replies.