-
AuthorPosts
-
December 16, 2015 at 1:36 am #553376
Hello, on the mobile version of a site i’m working on the logo appears over a full width slider, and the menue appears to have a white button (instead of black) and is also hidden/over the slider.
How can i give the logo/menu area it’s own section and then have the full width slider start?
Thank you :)! Love this theme!
December 17, 2015 at 3:57 am #554134Hi Transformers Universe!
I’m not sure I understand. Can you take a screenshot and highlight the changes your trying to do?
Cheers!
ElliottDecember 21, 2015 at 7:44 pm #556144That’s okay :) See the screenshots in the private content for what it should be doing :)
December 22, 2015 at 7:34 am #556361Hi,
Not sure what’s going on there, have you made any customisations to the theme? Send us an admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardDecember 22, 2015 at 5:26 pm #556639Thank you :)
December 22, 2015 at 8:57 pm #556715Hey!
You seem to have following code in Enfold/css/layout.css file
@media only screen and (max-width: 767px) { .responsive #header_main .container { height: auto !important; }}Can you please remove it and check if that helps?
You can also try using following one
@media only screen and (max-width: 767px) { .responsive #header_main .container { height: 100% !important; }}Regards,
YigitDecember 22, 2015 at 10:21 pm #556773thank you :) if you could also check out the mobile menu, some of the items don’t appear at all? (three quarters of the way down)
December 27, 2015 at 2:15 pm #557606Hi!
It’s because of this code in your Quick CSS:
.avia_mega_div.avia_mega2.six.units {left: -150px!important;}Try wrapping it with a media query like:
@media only screen and (min-width: 767px) { .avia_mega_div.avia_mega2.six.units {left: -150px!important;} }That way it will only be applied on desktop.
Best regards,
JosueDecember 29, 2015 at 12:48 pm #558065Thank you Josue,
I hope you had a lovely holiday break!
December 29, 2015 at 12:50 pm #558067You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
