Sie sind hier: Kundenzone > Typo3 do IT > csc-textpic-image > 
DeutschEnglish
Opensource Typo3

Abstand nach dem Bild ändern

Abstand nach Bild ändern bzw. entfernen, bei der Verwendung von CSS styled content (css_styled_content)

In der Datei .../typo3/sysext/css_styled_content/static/setup.txt gibt es den Eintag "margin-bottom".  Setzen Sie den Abstand  auf "0px".

So sieht der Eintrag dann aus:

plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE (
(...)
  /* Space below each image (also in-between rows) */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
  DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 6px; display: block; }
  DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
(...)
)