• Resolved eugenemichel_com

    (@eugenemichel_com)


    Hello.

    I am trying to edit my Stylesheet to have less space between images when posting. After many hours of playing with many different values, the current spacing is the least i could achieve, even though when in the editor before posting, the images have no space between them at all.

    the website is:

    http://eugenemichel.com/blog/

    I am wanting to make about 4 pixels of spacing.

    THANK YOU IN ADVANCE!

Viewing 2 replies - 1 through 2 (of 2 total)
  • the style of .aligncenter has some top/bottom padding (in style.css of your theme):

    .aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 15px 0px;
    }
    Thread Starter eugenemichel_com

    (@eugenemichel_com)

    YOU’RE A GENIUS! THANK YOU, ITS FIXED!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘please help – image spacing’ is closed to new replies.