Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #912164

    Greetings from Vienna!

    With the last update today the website does not look that nice any longer as the symbols row has been shortened and shows 6 and then one separate. And the last one ignores floating left?! Please see:

    I tried to fix it with inserting two eVision Responsive Columns setting it by 4 columns in first row and another below with 3 columns.
    BUT: website shows 3 Symbols first row then one separate, then 2 and the last one also separate in one row. Completely awful.

    Can you please help me with this feature. The code seems correct?!

    See the eVision Responsive Columns code in Private Content.

    Thank you in advance and best regards

    Gerhard

    #912265

    Hey Gerhard,

    How are they supposed to look? I see what you are describing but I’m not sure how it looked before the update?

    Best regards,
    Rikard

    #912299

    Thank you Rikard!
    Before there were the 7 symbols floating left in one single row. But maybe container space has changed now?!

    best regards

    Gerhard

    #912609

    Hi Gerhard,

    Thanks for the explanation, please try this CSS:

    figure.wp-caption.alignleft {
        margin: 4px 10px 10px;
    }

    It looks like you have the same CSS declaration twice, you should probably remove one of them to avoid any confusion.

    Best regards,
    Rikard

    #913181

    HI Rikard!

    Sorry but it did not work out.
    Should I set the size width of the main content higher?
    Please find all the custom css in the private content. It is not that much!

    best regards

    Gerhard

    #913469

    Hi Gerhard,

    You will likely need to play around with the value a bit to get it looking right. This works when I check in my browser:

    figure.wp-caption.alignleft {
        margin: 4px 5px 10px;
    }

    Best regards,
    Rikard

    #914228

    Thank you Rikard for the quick support!

    Worked fine! X-file can be closed.

    best regards

    Gerhard

    #914354

    Hi Gerhard,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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