I added a quick css code to increase the padding on the main text sections across all of my pages. But this makes some of the smaller column texts really skinny. Can I individually change the padding in the text box itself by adding some further code?
Hey Louise_Brace,
I’m not sure what element you are using, could you post a link to where we can see the results you are getting please? If you want to apply classes to individual elements then you can do so by activating the Show element options for developers under Enfold->Layout Builder.
Best regards,
Rikard
The site isn’t live, but you can access the site with the access details below.
I have already activated the Show element options, so I just really need to know what css code to add in to change the cell padding sizes. At the moment I have it in quick css as 75px left and right i.e.
.avia_textblock { padding-left: 75px;
padding-right: 75px;
I need to adapt a few text blocks which are already narrow column blocks, as this padding makes the column super skinny.