Page content joined to sidebar on resize

Hi.

Many thanks for an impressive and highly usable theme. When I view some of my pages (About, Help, Contact) on my phone, the main content area is joined directly to the sidebar. This problem can be reproduced by resizing the browser window. The site is:

http://www.mthurgood.co.uk

The same problem doesn’t occur with the Blog page, which also features a sidebar. Any help with this would be much appreciated. Thanks in advance for your assistance.

Kind regards

Matt Thurgood

You can add this to Theme Options - Other - Custom CSS to fix this behavior.

#content {
    margin-bottom: 30px;
}

You can increase margin to get the results you were looking for but I guess 30px should look nice with the overall layout.

Thank you - your solution worked perfectly!

All the best

Matt