-
AuthorPosts
-
October 20, 2016 at 10:54 am #701789
Hi
I’ve followed this tips and works great on desktop but I on iPad menu is covering logo. Please find screenshot here. I know that is too meny items in menu but my client needs them all. Maybe it is possible to switch menu on mobile?
My secound problem is that on Nexus 5 or iPhone 5 in vertical position text which are placed in 1/2 colum cannot fit screen.
Screenshot find here and here
Thank you a lot in advanced for your help
KrzysztofOctober 20, 2016 at 11:07 am #701792Hey kkwasniewski,
There are too many menu items to fit in the width of tablet we need to trigger the mobile menu in tablet view as well Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1300px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }
Best regards,
VinayOctober 20, 2016 at 11:58 am #701810Hi Vinay
Thank you for menu works great!,
What I can do with text in colums screenshot here and catalog?
Url this site you can find as private.]
Thank you againOctober 21, 2016 at 1:19 pm #702357Hi,
Try to add this code after Vinay’s code:
@media only screen and (max-width:767px) { ul.av-catalogue-list { text-align: center; } .av-catalogue-title, .av-catalogue-content { padding-right: 0; } .av-catalogue-price { position: static; } }
Hope this helps :)
Best regards,
NikkoOctober 21, 2016 at 2:58 pm #702436Hi
In av-catalogue-price problem is solved thank you but problem is still on 1/2 columns
Can you check again?
Thank you in advanced
KrzysztofOctober 22, 2016 at 8:29 am #702747Hi!
Kindly add this code:
.flex_column.av_one_half { word-break: break-word; } .flex_column.av_one_half .avia_textblock h2 { font-size: 18px !important; line-height: 1.3; margin-bottom: 16px; } .flex_column.av_one_half .avia_textblock h3 { font-size: 16px; line-height: 1.4; }
at the bottom of this code:
.av-catalogue-price { position: static; }
Just adjust the font-size and line-height values. Let us know if it works :)
Best regards,
NikkoOctober 22, 2016 at 12:37 pm #702805Hi
Yes, it works
Thank you a lot for help!
KrzysztofOctober 22, 2016 at 1:09 pm #702808Hi Krzysztof,
Glad that we could help :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Menu is covering logo on iPad’ is closed to new replies.