- This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago by psol.
- AuthorPosts
- November 23, 2016 at 1:50 pm #1170MinvooParticipant
Is there any way to make webpage on smartphones look like on pc? I mean i don’t want menu first, then news. I want to scroll my page from left to right and from top to bottom.
I’ve added extra left sidebar to my site, but it has a huge minus. It doesn’t looks good on small screens. I disabled right sidebar on small screens, but i can’t get rid of left sidebar.
How can I disable left sidebar in CSS on small screens or how can I make my site looks like on pc?November 23, 2016 at 9:26 pm #1181HashKeymasterHi,
It would require lot of CSS codes changes. So if you are interested we can do it for the paid support.
We would have definitely helped you for free if it was just small change of codes.
March 22, 2017 at 7:51 pm #2503psolParticipantIs it possible to simply have a desktop version of the site only? I don’t want a smartphone version either. Thanks.
March 24, 2017 at 8:42 pm #2551HashKeymasterYou will have to remove the CSS for responsive in mobile device. Remove all the CSS that starts with @media query.
March 27, 2017 at 3:32 pm #2602psolParticipantSorry, I don’t know what “the CSS for responsive in mobile device” means – is there a particular php file that I should edit?
Thanks
April 3, 2017 at 9:40 pm #2659HashKeymasterRemove all the CSS from line number 2627 in style.css file
All the responsive CSS starts below this text
/*————————————————————–
## Responsive CSS
————————————————————–*/April 3, 2017 at 10:03 pm #2668psolParticipantFantastic – it worked, thanks very much.
For some reason when loading the page on my smartphone device, the default zoom is more than 400% and only the site logo is visible – this is only an issue on my website. Pinching the screen to zoom out obviously solves that problem but only when you scroll down below the slider (because you can’t pinch the slider).
Is there a way to set the default zoom so that the whole homepage appears in view (i.e. full zoom out view) and then you can zoom in from there?
- AuthorPosts
- You must be logged in to reply to this topic.