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
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
Hi Ismael,
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
Hi!
Please add following code to Quick CSS
#referenzen .column-top-margin {
margin-top: 10px;
}
Regards,
Yigit
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
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
Sorry Yigit, thats my bad english…
I mean this:
Hi!
Sorry :)
Please use following code
#referenzen section:nth-child(2) .avia_textblock {
margin-top: -25px;
}
Regards,
Yigit
Nice!
Thank you for help.
Coco