To insert code use <code>...</code>.
Bug in Layouts Image not positioned right when one layout part is empty
  • Hello kaptinLin,

    I have the following problem.

    I need a logo positioned at second half of the page. So i use layouts. However the first half does not contain any tekst or other code. The second half contains only the logo. However if the first half does not contain a white space the logo is stuck to the left-side (left-margin) of the page. So i fill the first half with a whitespace. However my users do not know html code they just write tekst and want to position textblocks.

    Could you please look into this and fix it so that even even if a layout part is empty a image is placed correctly in the next layout part.

    The problem also occurs with the 4/5 1/5, 1/4 half 1/4 layouts when one part does not contain any text or code.

    Best regards,
    BackuPs
  • 3 Comments sorted by
  • Hi BackuPs,

    You can use custom css code below for a fix.

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    min-height: 1px;
    height: auto !important;
    height: 1px;
    }


    Regards,
    KaptinLin
  • Hello KaptinLin,

    Thank you,

    Will this be patched in the next version or do i have to keep the custom css code?

    Best regards,
    BackuPs