• The main content block on the home page has no space on left, big space on right. How to center it? Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gholbrow

    (@gholbrow)

    Changed the front page to use a different gallery, because I could not get the Coblocks masonry gallery to work (aligns all the way left on the page, and no ability to add images), but the off-center page is still available here: https://gwendolynholbrow.com/old-home/. The problem is probably with the Coblocks plugin. Still, if anyone has a fix for this, I would love to hear it.

    to add to what gholbrow has added the align feature where you can do wide with and full width doesn’t seem to work, when you select an option it doesn’t do anything I’ve had to do to the code page to make it work it seems to add the code to make it wide with for example but the previous code for full width for example remains place controlling the content.

    Hi again @gholbrow,

    Thanks for reaching out!

    I just tried out this in my test environment, and this definitely seems to be an issue when using the Go theme with CoBlocks, since when I activated a different theme the content was properly centered.

    I’ll make sure to relay this to our developers, so they can put in a fix for this.

    That being said, a temporary CSS fix is adding this code to the Appearance > Customize > Additional CSS area:

    .masonry-grid{
    margin:0 auto !important;
    }


    Let me know if this helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center home page content’ is closed to new replies.