Problems in mobile view

Home Forums All Other Themes Problems in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32651
    Antonette SpaanAntonette Spaan
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: October 10, 2015

    Most blog post are not in a mobile friendly set-up.
    For some reason the responsive doesn’t work as wanted.
    For example:
    Blogpost: https://www.we12travel.com/maandoverzicht-april-2016/

    On page however the mobile version is Correct:
    example https://www.we12travel.com/wie-zijn-wij/

    Can you tell help me change the stylesheet (or sometime else) that my blogpost are the same view as the page?

    #32699
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Antonette,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px) {
    .site-main{width:100% !important;}
    }

    Regards,
    Brad

    #32769
    Antonette SpaanAntonette Spaan
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: October 10, 2015

    Hi Brad,

    Thanks a million. It works! Only thing now is that posts with a [embed] youtube video are not responsive en mobile friendly. Do you also have a quick fix for that?

    Greetings,
    Antonette

    #32802
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Antonette,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px) {
    iframe {width:100%; height:auto;}
    }

    Regards,
    Brad

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.