-
AuthorPosts
-
September 11, 2017 at 12:56 pm #850457
Hi, you already adjusted the header of the mobile version but the menu button is a bit too much on the left. Could you give me some code to have it lined up precisely with the image underneath? That would be great – thanks!
Nadine
September 11, 2017 at 10:14 pm #850694Hey nadinedomnink,
What mobile browser are you at?
Best regards,
BasilisSeptember 12, 2017 at 8:18 pm #851226Apple
September 12, 2017 at 8:19 pm #851227But you can also check it with the customizer – there you see the same problem
September 12, 2017 at 8:42 pm #851233Apart from moving the mobile button a bit to the right, is it also possible to make it a bit smaller?
Thanks a lot!September 13, 2017 at 7:24 am #851397Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .av-burger-menu-main.menu-item-avia-special { margin-top: 40px!important; } .av-hamburger-box { width: 30px !important; } }Best regards,
RikardSeptember 14, 2017 at 5:19 pm #852199Hi, sorry, that doesn’t work – the button moves down not to the right. Could you please check…thanks a lot!
September 16, 2017 at 9:06 pm #852945Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top .av-logo-container .avia-menu { left: 20px!important;}}
please see screenshot in Private Content areaBest regards,
MikeSeptember 17, 2017 at 8:45 pm #853128Hi, it works for the mobile version, but in the desktop version everything shrinks…any other idea? Thanks!
September 17, 2017 at 9:52 pm #853139Hi,
It looks like the last two } didn’t make it in the code block, so that would brake it. Please try this:@media only screen and (max-width: 767px){ .responsive #top .av-logo-container .avia-menu { left: 20px!important; } }Best regards,
MikeSeptember 18, 2017 at 2:04 pm #853392wonderful! thanks!
September 19, 2017 at 6:59 am #853721 -
AuthorPosts
- You must be logged in to reply to this topic.
