paytala
Member
Posted 2 months ago #
I am trying to add pictures to a post using the Vina theme. I have tried copy and paste as well as inserting the picture thorough the media gallery. In the preview pane it looks fine, but when I look at the published version there is a large white box surrounding the pictures.
Any ideas on how to fix this, or what am I doing wrong?
I suspect that this the box is a design element in your style sheet. If you can submit a link to your site, we can look at the style sheet and tell you how to change it.
paytala
Member
Posted 2 months ago #
When I looked at your html code, I can see the following:
<div class="lastimage pik" style="background: url(http://trueswitch.files.wordpress.com/2009/09/kushiels-avatar1.jpg?w=100&h=150) center top no-repeat; width: 250px; height:200px; border: 1px solid #777;">
I think that the theme you are using is forcing you to have a image 250px x 200px. I'm not sure if you can change that in the Css. You would have to edit the index.php file up upload a larger image.
paytala
Member
Posted 2 months ago #
That seems to be what it is. The images need to be 250X250. Thank you for your help! I'll check the Css to see if I can adjust it there.