Main content box overlapping left sidebar
-
WordPress 4.5 running twentyeleven theme.
Website: https://kianinny.com.au/
The main content panel has moved left and down, so that now it overlaps half over the left sidebar.
It was formatted correctly, looked OK for months and have no idea why it moved.
The error occurs across all page templates, suggesting an issue with style.css
Also the “Booking enquiries” page no longer works: the send button does nothing.
Tried to see if any files have been deleted or damaged, by comparing to backup version, but FTP password is not accepted. Server contacted to resolve this part of the issue.
In style.css at 73 at shows this, which looks OK to me:
primary {
float: left;
margin: 0 -26.4% 0 0;
width: 100%;
}#content {
margin: 0 34% 0 7.6%;
width: 58.4%;
}#secondary {
float: right;
margin-right: 7.6%;
width: 18.8%;
- The topic ‘Main content box overlapping left sidebar’ is closed to new replies.