Containers cutting off images/text

Hello there,

I’ve worked with the X theme for some time now, and have never seen a page do this before. It looks like anytiime a container is created, images or text is cut off. Would you be able to assist?

This is only on the “Our Team” page on our website.

Hi @RocktheHouse1876,

Thank you for reaching out to us. To resolve the issue, please edit your “Our Team” page in Pro content builder, then go to page CSS section and remove the following code:

.x-column {
  overflow: hidden;
  height:300px;
  background-color: #ffffff;
}

Cheers!

Beautiful. Thanks @Nabeel. I figured it was user error. :woman_facepalming:

You are most welcome. :slight_smile:

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