Facebook default browser override on mobile

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Facebook default browser override on mobile

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19165
    epolimus
    Member

    When I am on the website’s Facebook page on mobile, and I click the link to visit the site, Facebook opens it in their default browser which screws up the css/ layout badly.
    I know that I can change that in the Facebook app itself, but is there CSS(?) or some other code I can put in the site to override that setting?
    Thanks

    idahoathleticclub.com

    #19186
    Veena
    Moderator

    I don’t see any issue, everything seems fine.
    Have you resolved this?

    #19203
    epolimus
    Member

    No,it is still not resolved. It happens on android, I haven’t checked it on iPhone yet. It only happens with the mobile facebook app.
    Here are screens of the problem.

    #19298
    epolimus
    Member

    No help with this?

    #19313
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    .vc_row {
        padding: 90px 0;
    }}
    #sidebar-footer3 aside#text-2.widget {
        margin: 0 auto;
    }
    

    and you can try removing(take a copy of your custom CSS and remove) all your custom CSS from themeoptions and see if that makes any change or not.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.