Hi,
is it possible ?
thanks
Hey Jon,
It’s possible, but may require extensive coding, can you add more details and a URL?
Best regards,
Mike
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
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
How about just making the responsive mobile menu appear ?
thanks
also when i switch off the responsive mode
the whole header area become overlapping
please check private content for URL
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