Pictures with picture description dont shown beneath each other

Latest Reply from Dave at 2015-09-22 05:55:39
Link: http://jagdschutzverein-gleisdorf.at/vorstand/

in the backend i set all the pictures on "align left". in the backend it is shown right.

but if i look on the live version, all the pictures are shown one below the other...

Help!!!
Hi!
To fix this you need to add the code:

.alignleft {
float:left;
}

into the style.css file of the theme. Somehow, this code is not on your website. The latest version of the theme comes with that code in the index.css file.

Leave a reply

Add codeAdd image