Limit the width of an essential grid

Hello, i have a page with two essential grid’s. The first Grid is actually only one item. This is far to big now. I tried to add a class to the txt item where the shortcode is pasted but this does not function. How can i limit this grid to let’s say 150px?

This is the page https://jittysamsterdam.com/jittys-fans/

Thanks!

Hi There @RPronk

Thanks for writing in! Could you please try adding the following CSS rule into your page’s custom CSS area or X -> Theme Options -> CSS area.

#esg-grid-13-1-wrap {
    width: 50%;
}

It should render as follows.

Thanks!

Thanks!!! Works
Have a great day

You’re welcome.

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