• Resolved woobieruby

    (@woobieruby)


    I think there maybe a conflict between the theme and the Masonry block I am using via the Gutenberg blocks. As you see the entire block is currently not centering. Is there a solution for this?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @woobieruby,

    It looks like you’ve modified the width of the .post-inner element. Blocks set to the “Full” or “Wide” alignments use a negative margin to fill the entire width of the wrapper, and when the width of the .post-inner element is changed, the negative margin is no longer correct.

    You can fix it on desktop by adding the following custom CSS:

    .post-content .alignwide, .post-content .alignfull { margin-left: -120px; }

    — Anders

    Thread Starter woobieruby

    (@woobieruby)

    Ahh I see! I didn’t even think about it when I changed the .post-inner element. My fault! Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Masonry Block Not Centering’ is closed to new replies.