Hello, do you know how I can remove the border around my e-book so that there's only white space around it?
Hello, do you know how I can remove the border around my e-book so that there's only white space around it?
In your theme's stylesheets/master.css there's a rule adding the border. If you put this at the bottom of your theme's style.css file it should get rid of it:
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter, img.single-post-thm {
border: none;
}Thank you Big Bagel.
This topic has been closed to new replies.