• I’m having a hard time getting this text to be flush with the picture. You can view it here: giftgiving.co. I want the green linked text to be aligned with the pictures on the left. Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The following custom CSS will fix this:

    img.alignleft {
    	margin: 0 20px 0 0;
    }

    The problem before was that “alignleft” images had a top margin. It was 20px, but I’ve set it to 0 in the above code.

    Use a plugin like Simple Custom CSS to add this code without modifying your theme.

    Thread Starter crazink

    (@crazink)

    Sweet! Thanks Leland, it worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align text to be flush with pictures?’ is closed to new replies.