Home › Forums › ART WordPress Theme › Phone/tablet responsive Headers and Hamburger menu on ipad
- This topic has 11 replies, 2 voices, and was last updated 8 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
March 18, 2018 at 9:58 pm #14807
Hello again!
Now I have checked my website on mobile devices I have two further questions. Apologies in advance for my non-technical lingo – I am a complete beginner.
1. My homepage, gallery and portfolio pages all display the main menu on a transparent header with all content from the top – and this looks great on a large screen. However, on the ipad/iphone the menu clashes with the images. Is it possible for the ipad/iphone version to have all content below a sticky header bar?
2. Is there the option for displaying a hamburger menu on both ipad and iphone – including when devices are orientated landscape? At the moment, the full menu is displayed on the ipad and it looks crammed on the screen.
thank you,
JL
March 19, 2018 at 2:09 am #14808Hi,
Please try to paste the custom css code to “Appearance > Customize : Additional CSS”:@media (max-width: 767px) { .responsive-ux.page_from_top #wrap { padding-top: 80px;} } @media (max-width: 1024px) { .touchevents .responsive-ux.page_from_top #wrap { padding-top: 80px;} .touchevents .responsive-ux .navi-trigger { display: block; } .responsive-ux .ux-justified-menu .menu>li,.responsive-ux .head-meta, .responsive-ux .header-bar-social, .responsive-ux.navi-show-h.navi-show-h-center .head-meta, .responsive-ux.navi-show-h.navi-show-h-left .head-meta { display: none; } }If not work, plz leave your page url, thanks!
Regards!
Bwsm – uiueux.com – Twitter – FacebookMarch 21, 2018 at 9:43 pm #14827This reply has been marked as private.March 22, 2018 at 3:38 am #14830Pleas add the custom css:
.navi-show:not(.ux-mobile) .navi-trigger { display: block!important; }..and the responsive header bar does not ‘stick’ as, for example, on the ‘info’ page..
I don’t understand, please give more tips.
March 22, 2018 at 10:23 pm #14845This reply has been marked as private.March 23, 2018 at 3:54 am #14848Please send your question(this post url) and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
March 25, 2018 at 7:55 pm #14862This reply has been marked as private.March 26, 2018 at 2:46 pm #14870Please update the css as:
@media (max-width: 767px) { .responsive-ux.page_from_top #wrap { padding-top: 80px;} } @media (max-width: 1024px) { .touchevents .responsive-ux.page_from_top #wrap { padding-top: 80px;} .touchevents .responsive-ux .navi-trigger { display: block!important;position: absolute; right: 40px; } .responsive-ux .ux-justified-menu .menu>li,.responsive-ux .head-meta, .responsive-ux .header-bar-social, .responsive-ux.navi-show-h.navi-show-h-center .head-meta, .responsive-ux.navi-show-h.navi-show-h-left .head-meta { display: none; } }April 9, 2018 at 6:51 pm #14939Hello,
In order to make some adjustments for the mobile device I’ve done the following. I added a background color of header-main to the css you gave me in @media (max-width: 767px). I am trying to figure out how reduce the height of the header, since it covers too much of the screen on a mobile device.
I had managed it earlier, but I forgot which class or id and what property to change (line-height, height, max-height?) I needed to modify in css.
Help would be greatly appreciated.
JL
April 10, 2018 at 2:11 am #14947Hi jlarchitect, please leave your page url, thanks!
April 10, 2018 at 5:33 pm #14952April 11, 2018 at 2:31 am #14957Hi,
Please use the css, change 80px(default) as what you want
@media (max-width: 767px) { .responsive-ux .logo-a, .responsive-ux #logo, .responsive-ux .logo-text, .responsive-ux .header-main,.responsive-ux.navi-show-h .navi-logo, .responsive-ux.navi-hide .navi-logo, .responsive-ux.navi-hide .header-main > .container-fluid, .responsive-ux.navi-hide .header-main > .container, .responsive-ux .header-portfolio-icon,body.responsive-ux #header-main > .container-fluid,body.responsive-ux #header-main > .container,.responsive-ux #header, .responsive-ux .navi-logo .logo-wrap,.responsive-ux #woocomerce-cart-side { height: 80px; } .responsive-ux .logo-a, .responsive-ux #logo, .responsive-ux .logo-text, .responsive-ux .header-main,.responsive-ux #header #logo .logo-text, .responsive-ux .navi-logo .logo-wrap,.responsive-ux #woocomerce-cart-side { line-height: 80px; } .responsive-ux .logo-image { max-height: 80px; } body.responsive-ux.ux-is-galllery-template-body.single-portfolio-fullwidth #title-wrap { padding-top: 80px; } }RG~
-
AuthorPosts
- You must be logged in to reply to this topic.
