Eliminate gray space around my image
-
On my one and only blog post, the standard layout is for an image to fill the entire width of the screen. do not want an image that big, so there is lots of gray space to the right and bottom of my image. How do I get rid of this? I have been trying different CSS combinations all day.
Additionally, can I change the layout of the blog post so that my image is directly next to the text of the post, on either side? Will the image always have to be above or below the blog post?
Thanks
The blog I need help with is: (visible only to logged in users)
-
You can get rid background of featured post with this;
.entry-thumbnail, .post-thumbnail{ background: none; }Additionally, can I change the layout of the blog post so that my image is directly next to the text of the post, on either side? Will the image always have to be above or below the blog post?
I’m afraid we can’t do that, because you need to edit theme script if you want.
- The topic ‘Eliminate gray space around my image’ is closed to new replies.