Hi,
How can I in the Enfold theme make padding around some specific text boxes like this: https://xn--krlighedscoach-0ib.dk/wp-content/uploads/2019/08/Screenshot.png
Best regards
Helle Østergaard
Hey GraphicEyeDK,
You need to turn on Custom Css Class field first for all elements: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
In the Custom Css Class field of your chosen text block (or element) add for example: mybox
Then in Enfold > General Styling > Quick CSS, add this css code:
#top .mybox {
padding: 30px;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
Thanks for your reply.
That works just fine.
Thanks for your help.
Best regards,
Helle