Hi,
Not sure why but my bog page layout is not responsive to tablet and mobile devices. The content does not fit on the page.
http://theoldhousehighamferrers.co.uk/blog/
Regards, Nick
Hey Nick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * {
width: auto;
}}
Regards,
Yigit
Great stuff. Perfect!