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

    placing an image in an iconbox floating to the right (icon big on top)
    the image is if it is too big not inside the icon-box (container) – is there a possibility to

    you can see it here: marked as private

    • This topic was modified 8 years, 8 months ago by Guenni007.
    #488779

    Hi Guenter!

    Please give your iconbox element a custom CSS class and then add following code to Quick CSS

    .your-custom-class .iconbox_content img {
        top: -20px;
        max-width: 60%;
    }

    Cheers!
    Yigit

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