Site logo

Archived topic

Generateblocks Grid alignment issues

20 replies · Started by The High on Marketing on March 20, 2021

Viewing posts 1–15 of 21

The whole Grid section in the first image needs to be aligned in the centre just like in the third picture. But It automatically gets aligned to the right on the frontend. I tried everything but no luck.
.
Backend: https://ibb.co/S7qRCQc

Frontend: https://ibb.co/fkFKZWr

I did it on a different website & it worked but not on this one: https://ibb.co/gMmkpXC

Hi there,

Can you use the private information field to link us the site in question?

We can't see the code through the screenshots.

Let me know :)

Here You go!

Hi there,

can you clear and disable your cache plugins so i can see whats going on.

Disabled, please continue

Can you try the following:

1. Edit the Page and make a minor change and then republish the changes.

If that fails:

2. Go to Dashboard > GenerateBlocks > Settings and change the CSS Print Method to inline

Still not working, David. Tried inline embedding & cache on Cloudflare as well.
Added a new heading using generateblock but still, it's getting aligned to the right by default.

Hi there,

It's strange that your Grid block's columns don't have width percentage values like it should normally have.

Any chance you can let us check on the back end? You can use the private information text field to provide the credentials. Let us know.

Sure I can do that, please go ahead.

Strange.

The quick fix or this is by adding this CSS:

#instagram .gb-grid-column {
width:33.333%
}

But this isn't the ideal solution as we didn't exactly find the culprit why the column sizing doesn't work.

Can you try disabling ALL plugins except GenerateBlocks and see if it still occurs?

tried but still, It's not working. Can you please take a look at the Additional CSS section in the customizer.

The Grid Block's id(html anchor) "instagram" seems to have been removed since the last time I checked.

That's why the CSS wasn't working.

As for the issue with the Grid Block containers:

Having a static page set as the shop page seems to break GB's styling. We may actually have to resort to CSS as a workaround.

That said, can you put back the instagram on the HTML anchor of the grid block so the CSS provided works?

Let us know.

I don't know how to write CSS, please do something about it. It's a humble request. In addition is there a way to make a grid column for mobile devices, since my grid styling is not working.

I've done tests and we've found a bug.

A static page containing GenerateBlocks assigned as a WooCommerce Shop page will break GenerateBlock's styling.

A temporary workaround would be to replace Grid Block with the default Column block of Gutenberg editor to display your Instagram feed.

This archived topic is closed to new replies.