Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #811140

    hi support!

    I have a few places where I use 1 column with a border. Within that border is a text block. I would like some padding between the border and the text. I have tried a few options in custom css,, and also with a custom css class (kaderomtekst), but can’t get it to work.

    Can you help me please?

    .avia_textblock {
    padding: 10px !important;
    }

    .avia_textblock #kaderomtekst {
    padding: 10px !important;
    }

    #kaderomtekst {
    padding: 10px !important;
    }
    #811153

    Hey bbbmarije,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css or in in your child theme style.css

    
    .avia-builder-el-1 .av_textblock_section {
      padding: 20px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #811375

    Hi Vicrtoria,

    This works great. Thanks very much!

    Maaike

    #811379

    Hi,

    Great, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #811569

    Thanks, You can close this topic :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to put some padding between the border and the text?’ is closed to new replies.