Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #433764

    Hi,

    how i can control the space between 2 textblock’s.
    I have try it witha “Customer CSS ID” and:

    .avia_textblock.textbox-abstand-unten {
    margin-bottom: 0px;
    }

    but it dosn’t works.

    Can you help please?

    Regards
    Coco

    #433977

    Hi Coco!

    Thank you for using Enfold.

    There is actually no specified space or margins between text blocks. Did you place the text block inside a column? Please create a test page or post a screenshot of the issue.

    Cheers!
    Ismael

    #434054

    Hi Ismael,

    pic1

    pic2

    I know, its not a very clean way to create text, but the avia-textform gives me
    to less options to format text. For example different fontsize’s in one textblock…

    Regards
    Coco

    #434087

    Hi!

    Please add following code to Quick CSS

    #referenzen .column-top-margin {
      margin-top: 10px;
    }

    Regards,
    Yigit

    #434135

    Hi Yigit,

    it works under: Beispieltext: Hier finden Sie einen Auszug meiner bisherigen Projekte.

    How i can responde the space between
    REFERENZEN
    xxxx— space—xxxx
    Beispieltext: Hier finden Sie einen Auszug meiner bisherigen Projekte.

    Regards
    Coco

    #434137

    Hi!

    Please add following code to Quick CSS as well

    #referenzen .av_one_fourth.first {
      margin-left: 0;
    }
    #referenzen .av_one_fourth {
      margin-left: 2%;
      width: 23.5%;
    }

    Regards,
    Yigit

    #434143

    Sorry Yigit, thats my bad english…

    I mean this:

    PIC

    #434147

    Hi!

    Sorry :)
    Please use following code

    #referenzen section:nth-child(2) .avia_textblock {
      margin-top: -25px;
    }

    Regards,
    Yigit

    #434151

    Nice!
    Thank you for help.

    Coco

    #434158

    Hey!

    You are welcome Coco, have a nice weekend!

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Space between textblock's’ is closed to new replies.