Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53015
    ddeltoro15
    Member

    Good evening! A reoccurring issue i’ve been having with my pages is the amount of white space around images that wrap around text. Is there some sort of code I can input to tighten up the space around the images? You can see what I’m talking about on each image I have on this page:

    http://www.hvac-residential.com/mini-splits/

    I appreciate any feedback. Thanks in advance.

    #53028
    Sakin
    Keymaster

    @ddeltoro15: Ok try adding following css in “Appearance => Theme Options => Custom CSS” box:

    img.alignleft, img.alignright, img.aligncenter { margin-bottom: 10px; }
    img.alignleft { margin-right: 15px; }
    img.alignright { margin-left: 15px; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Too much spacing in wrap around image.’ is closed to new replies.