Come Dancing
My last 4x6s for this month's swapping. These two incorporated the background technique found here. And I used a tissue paper prompt in one of my groups to fashion the dresses out of tissue paper. I have a lot of tissue paper actually, as my oldest son works in a shoe store and he is always bringing me all the interesting leftover tissue from shoe boxes. I had to tell him to stop bringing me white as I was running out of storage space!
![Come Dancing #1 & #2](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vSFYCq9W1vbuGVY7oFVTXtDqykwhtEI_6X1VYJS3_pjDLqBAfKY-8RQSQc0ywTHAQe3UsB5Rr2MefDUFm7dkPe3sMwVIcDa2xow59C-nIZu0IhHXP1xlpWc0DZZg4u=s0-d)
PS - It seems like no matter what I do blogger will cut off my pictures unless they are tiny. So just click on them to view larger!
PS - It seems like no matter what I do blogger will cut off my pictures unless they are tiny. So just click on them to view larger!
Comments
hopefully the layouts are similar enough to each other that i can help you fix it.
1. go to edit template html.
2. scroll down to where it says "html wrapper"
it should look like this, kind of...
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:5px;
text-align:left;
font: $bodyfont;
}
change your width to make it larger.
underneath is the main wrapper make the main wrapper's width larger.
#main-wrapper {
width: 500px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
hope this helps!