Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #792676

    Hi,

    is it possible ?

    thanks

    #792717

    Hey Jon,
    It’s possible, but may require extensive coding, can you add more details and a URL?

    Best regards,
    Mike

    #793154

    Hi,

    can you take a look at this page ? in the private content

    i cant seem to make the page look nice on mobile
    that why i thinking of making this particular page non-reponsive

    thank you

    #793173

    Hi,

    For starters, you can set the body of this page to have a minimum width so that it’s responsive only until that width. 

    You can try this code:

    .page-id-38 { min-width: 1024px !important; }
    
    @media only screen and (max-width: 767px) {
       .responsive .page-id-38#top #wrap_all #av_section_2 > .container { width:72%; float:right;}
    
    }
    

    That’s not going to automatically make everything pretty and your webpage will not necessarily mobile-friendly. But perhaps this sets you in the direction you want. You can check this page as a reference for dimensions of standard devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    We recommend hiring a freelance web designer to help you think of the mobile version of this page.

    Best regards,
    Sarah

    #795782

    How about just making the responsive mobile menu appear ?

    thanks

    #795789

    also when i switch off the responsive mode
    the whole header area become overlapping

    please check private content for URL

    #796826

    Hi,

    Yes, that is the actual function.
    That should also be removed from enfold as time pass, because having a responsive site is a good rule nowdays.

    Best regards,
    Basilis

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