Grid Not Displaying on Front End of Website

Hello,

I created a grid that contains 6 cells. Each cell displays a different background image. Everything displays correctly on the backend editor and is responsive when changing sizes. The issue I have is this grid with the images is not displaying on the front end of the website. I’ve cleared server cache as well as PRO theme’s cache, but the issue still occurs. Attached are login credentials, it is on the home page.

Hello Kosta,

Thanks for writing in! The grid displays but it is not visible to the eyes because you have not set up a minimum height in each cells which means that the height is 0. You need to set at least 250 pixels as your minimum height for each of the cells.

Be advised that the height of the Grid depends on the total height of all the cells in which each cell height depends on the height of the elements inside the cell. Since there is no elements in each cell, the actual height is 0 pixel. Setting a minimum height will resolve the issue.

Best Regards.

Thanks for clarifying that I needed to add a minimum height for each cell. I appreciate your help.

Hello Kosta,

Glad that we were able to help you. Please feel free to reach us if you have any more concerns.

Thanks

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