- This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by
Puro Support.
Tagged: image image padding images padding
- AuthorPosts
- February 3, 2017 at 7:16 pm #5885
Puro SupportKeymasterHi dsimpz
Thanks for posting.
Please, could you send a link to a page showing the problem. You can use the Set a private reply checkbox below the comment form.
February 3, 2017 at 7:30 pm #5886
draesimpsonParticipantThis reply has been marked as private.February 3, 2017 at 7:34 pm #5887
Puro SupportKeymasterThanks, give the following a try in your Custom CSS plugin or
Appearance > Customize > Additional CSS
./* Images */ blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft { margin: 0 1.78571em 1.78571em 0; } blockquote.alignright, figure.wp-caption.alignright, img.alignright { margin: 0 0 1.78571em 1.78571em; } blockquote.aligncenter, figure.wp-caption.aligncenter, img.aligncenter { margin-bottom: 1.78571em; } blockquote.alignnone, figure.wp-caption.alignnone, img.alignnone { margin-bottom: 1.78571em; }
That’s the default. You can change the em values for px values. Whenever there are four values they represent:
top, right, bottom, left
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.