Position ess grid

Hello,
I would like to put the text in the side like picture

the web is http://www.homingbcn.eu/
Thanks a lot

Hi There,

Thanks for writing in!

Please add this CSS to your theme option -> Global and let us know how this goes.

.esg-c {
 width: 50% !important;
}

Hope this helps!
Thanks

Thank you for your answer. But it is not working.

Hi again,

Please replace the previous code with the following code:

.esg-cc.eec {
    width: 50% !important;
}

Hope this helps!

Thank you it is fine now

1 Like

Hi FERLAF,

If you want to move this div to the bottom a little bit you can use margin-top: 5%; in your code, so it’s:

.esg-cc.eec {
    width: 50% !important;
    margin-top: 5%;
}

Thanks.