Make image widgets float left beside each other -Twenty Eleven
-
Hi,
heres my site in progress
https://hoof.net.au/blog/I have 2 images in the sidebar I would like them to sit side by side.
They are placed in Image widgets.Also, I have made the twenty eleven sidebar a little wider with this css by playing around it seems to work but i’m no expert:
#primary {
float: left;
margin: 0 -35% 0 0;
width: 100%;
}
#content {
margin: 0 37% 0 7.6%;
width: 56%;
}
#secondary {
float: right;
margin-right: 7.6%;
width: 25%;
}Any help would be appreciated.
cheers,
Alex
- The topic ‘Make image widgets float left beside each other -Twenty Eleven’ is closed to new replies.