Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #451787

    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

    #451792

    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

    #451839

    Great stuff. Perfect!

    #451927

    Hi!

    Glad we could help :)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Page non-responsive’ is closed to new replies.