Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907527

    Hi,

    I’d like to reduce spacing between two special textblocks down to regular spacint between two lines / line pitch.

    Within a color section I have a 1-column layout element containing one textblock.
    Below, there are two ½ column layout elements. Each contains one textblock element as well.
    I’d like to have the line in the 1 column layout one line above the 2-column-layout. No paragraph spacing – way to much space there…

    How can control spacing for this special situation?

    Nomad

    #907682

    Hey Nomad,

    Thanks for the link, though I can’t find the text you are referring to. Could you post a screenshot highlighting what you would like to remove instead maybe?

    Best regards,
    Rikard

    #908467
    This reply has been marked as private.
    #908514

    Hi Nomad,

    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

    
    #av_section_2 p {
      margin: 0;
    }
    

    Like this?

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.