Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1074934

    Hello,
    I’m looking for solutions about a tiny problem.
    I need to pub an image on the left with a text on the right, and those elements are already in a column (so I can’t fix the problem by putting two columns in one bigger column). I tried by creating custom css (see below) and applying a float left on the image and float right on the text, but it still doesn’t work.
    One solution could be “code block” but I rather use image/text elements.
    See the link of my website below. Thanks for helping.

    .floatleft {
    display: inline-block!important;
    float: left;
    width: 29%;}

    .floatright {
    display: inline-block!important;
    float: right;
    width: 70%;}

    #1075072

    Hi,

    Could you please post a screenshot showing the changes you would like to make?

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.