Extend Mobile Style

Posted in: Newspaper
Post count: 89

Hi,

I was wondering if it’s possible to make the iPad portrait the same style as mobile?

Post count: 89

Just for the header portion (so instead of the normal menu, i would like the hamburger menu)

Post count: 22421

hello,

Unfortunately there is no setting for this and it is no easy thing to do. The dimensions for where the hamburger menu appears are hard-coded in and you have to change all the instances of the css to target a different viewport. Lots of things have to be changed and adjusted for this to be possible. Here is an example so you know what I mean. If I look for the screen size where the current hamburger menu kicks in (767 px) there will be 708 matches for this search: http://screencast.com/t/vp5WasGwEPPH
You could try a search and replace to replace all of the css at once but you still need to be careful what you change.

Thank you!

Post count: 89

Would i really have to replace all of the matches though? I only want the menu to stay as mobile menu until iPad landscape size, and keep all the content as it is.. i know it’s possible to do, was just hoping you could point me in the right direction. What happens when the screen is no longer 767px are you using display: none? or are you changing the visibility to hidden?

Thanks

Post count: 22421

Actually we use both and more techniques to hide content on other devices. This is not a simple task as I replied above. There is no solution I can provide as this will take quite a bit of time to do and time does not allow us to provide any customization services. We do not have a customization department. You will have to search through the css of the theme and find the values you want to change and the values you want to leave as they are.
Thank you!

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