The Grid not displaying the whole image on slider

Good afternoon,

I have a Grid horizontal layout displaying at the top of the homepage. It looks and functions how I want it to apart from it does not display the whole image - which is square. What is odd is when I inspect the element the div looks the correct size but the image is cut off at the bottom:

No additional CSS has been added and I have the latest of everything.

Please could I have you assistance - login details via secure note

Thank you
Jason

Hi Jason,

Thanks for writing in! I have added the following CSS rule into your Grid’s Custom CSS area to fix that issue.

.home .tg-item {
  top:0 !important;
}

Now it should render your images properly.

Thanks!

Thank you for this!

I had to give a class name to the section as the styling was breaking the grid below. It is now:

.Slider .tg-item {
top:0 !important;
}

Thank you!

Glad to hear it’s sorted.

Cheers!

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