Hi Devin,
Thanks for your response.
I've had a look in the CSS and it's all there and nothing seems to have been altered - all of the colours, font, sizes etc are all in there and nothing else has been affected.
This is the CSS section on sidebars - can you see anything out of place?
.sidebar {
overflow: hidden;
position: relative;
width: 259px;
float: left;
padding: 0px 0 10px 30px;
}
.fullwidth .sidebar{
display:none;
}
.fullwidth .sidebar_right.sidebar{
display:block;
}
.widget{
clear:both;
position: relative;
overflow: hidden;
padding:30px 0 30px 0;
float:none;
}
.sidebar .widget{
}
.widget li, .widget a{
background:none;
}
.sidebar .widget{
}
.sidebar .widget:first-child{
padding-top:0;
border-top: none;
}
.sidebar .widget:last-child{
border-bottom: none;
}
The About page sidebar on Chrome is below on the left hand side still and the same with the blog. Not quite sure what to do next!
Thanks, Siobhan