[Resolved] space between image and text

Home Forums Support [Resolved] space between image and text

Home Forums Support space between image and text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1168880
    Torsten

    Hi,
    I can’t find the trigger to space image and text in the blog-section…
    can you help, please?

    if setting

    .iw-so-article-thumb  {
        margin-left: 1%;
    }

    it doesn’t give extra space, but the text “jumps” below the image.
    thanks ahead,
    Torsten

    I’ve tried as well the following

    .single .site-main img {
        padding: 20px 0px;
    }

    provided in the support forum, this didn’t help neither.

    #1169007
    David
    Staff
    Customer Support

    Hi there,

    try:

    .iw-so-blog .iw-so-blog-container .iw-so-article .iw-so-article-thumb.iw-so-blog-article-responsive {
        margin-right: 1% !important;
    }
    #1169037
    Torsten

    Hi David,
    this helped, a bit…
    better than before.
    already with the value of 1% the text goes below the image.
    The maximum value possible was 13px, which is my actual setting now.
    Any way to keep the textblock beside the image until 990px(?) window width with 25% image width (minimum) of the container when the text is below the image?
    Please try resizing the browser window to see the effect.
    Thanks ahead,
    Torsten

    #1170038
    David
    Staff
    Customer Support

    You can try this:

    @media (min-width: 900px) {
        .iw-so-blog .iw-so-blog-container .iw-so-article.iw-so-blog-one-column {
        	display: flex;
    	}
    }
    #1170071
    Torsten

    lovely,
    thanks a lot!

    #1170155
    David
    Staff
    Customer Support

    You’re welcome

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