In the Intern, I saw a lot of ways to build div blocks, usually it's a style (float: left). However, it does not help me. I use the standard ICMS2.1.2 template. It is necessary on the website page that a div (class="field ft_text f_content") wraps around the div (class="field ft_image f_photo") .

Applying styles taken from the following sources did not help:
site 1
site 2

    1 answer 1

    Remove clear:both from f_text and leave this rule only for f_html . You can try to add to css something like:

     .content_item .ft_text.f_content { clear:none; }