Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #172539
    Tinus53
    Participant

    Hi,
    how can I reduce the space around the Images, esecially at the bottom. Looks lihe the space is about 2 lines. How can I reduce it?
    Example-Page

    #172579
    Skandha
    Participant

    @tinus53: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-caption {
    	margin-bottom:0;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #172591
    Tinus53
    Participant

    Works fine, thanks a lot.

    Regards
    Bernhard

    #172594
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #177096
    Tinus53
    Participant

    Hi,
    the request above is solved.
    It seems, that I have the same issue with pictures in he blog.
    Please let me know how I can reduce the space under the images in the blog?
    Sample

    Regards
    Bernhard

    #177142
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    img.alignleft, img.alignright, img.aligncenter {
    	margin-bottom: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #177146
    Tinus53
    Participant

    Works fine.
    Thanks a lot.

    Regards
    Bernhard

    #177147
    Skandha
    Participant

    @tinus53: Hello Bernhard, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to reduce the space around images’ is closed to new replies.