Home Forums Free Themes WEN Business How to disable mobile view on single page

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32741
    neocharles
    Participant

    I have a single page that I would like to not load the mobile view of the page due to a table I have on the page used with contact form 7. It works fine in landscape, but in portrait, it doesn’t show the whole table and doesn’t allow me to slide the page Left to Right to see the entire item.

    If there was a way to load the regular version of the page, I imagine that I’d be able to zoom in and out, and move left to right to see the entire form.

    Is there any way to be able to avoid loading the mobile version on a single page?

    #32863
    wensolutions
    Keymaster

    Hello @neocharles,

    Can you post your site URL mentioning the page you do not want to load the mobile view ?

    Best Regards!!

    #32904
    neocharles
    Participant

    The site is still in development, but the page I am working on right now is https://w4bfb.org/wpdev/mars-info/membership-info/join-renew-via-paypal/

    #32953
    wensolutions
    Keymaster

    Hello @neocharles,

    Making the single page non responsive requires a lot of CSS so that would be a hectic process .

    So instead of disabling the mobile view in single page it would be better to make the form responsive .

    For this use below CSS by going to Admin Panel > Appearance > Customize > Additional CSS ..

    @media (max-width: 800px){
        .wpcf7 td {
            width: 100%;
            float: left;
        }
    }

    Hope this helps.

    For further query/questions you can definitely post them and we will help you.

    #33597
    neocharles
    Participant

    Thanks! That looks to have done the trick 🙂

    #33676
    wensolutions
    Keymaster

    Hello,

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/theme/wen-business/reviews/

    Best Regards !!

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