The grid broke

hey there,
the grid broke on my site,
did not change anything, no caching etc. please help me.
the grid is placed further down on my main page I attached you.
as you can see there are no videos and the columns are misplaced too.
It worked fine a few minutes ago

Hello There,

Thanks writing in! I am not sure what is the issue in your site. The only thing I see that is misalign is this:

The image moves up because of the -15em top margin of the image. If you make it 0, it should be align to the text in the right side column.

Hope this helps.

This is actually designed like this :smiley:
but the issue is in the section below
thanks for your help

Hi @zerotoone.de

I couldn’t reproduce this issue running the latest version of Pro theme 2.1.3 and the latest support version of The Grid plugin 2.6.56. Please check the version compatibility guide for the latest supported versions:

And you can follow this guide while updated the theme and the plugins:

Thanks.

As I said, it happed from one minute to another, there were no updates in the meantime.
However I fixed it, there is a bug in the global settings “Include The Grid library globally”
the files are not included, even if the grid is added to my page.

I tried to hide some elements of the grid, but it did not work the way it does in the theme. I tried to add the css with the classname and add display:none; but that didn’t work

I marked the elements I wanted to remove in red boxes.
Thanks for your help!

Hi @zerotoone.de,

Try adding this CSS code in your custom CSS:

.tg-item-duration, .tg-item-date, .tg-item-footer{
 display:none;
}

Let us know how it goes.

Thanks.

Hey there, thank you. I added the code to my custom css and as you can see nothing changed :frowning:
Please have a look

Hi there,

Please try:

.vaduz .tg-item-duration, 
.vaduz .tg-item-date, 
.vaduz .tg-item-footer{
 display:none !important;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.