-
AuthorPosts
-
January 6, 2019 at 5:46 pm #1050591
Hi
I have tried the following coding but it appears not to be working
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}January 6, 2019 at 8:32 pm #1050620Hi
The appears to be sticking now however it is covering part of the slider so it really needs a bit of padding.
Thanjs.
January 6, 2019 at 9:01 pm #1050627Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) { #full_slider_1{ margin-top:80px; }}
Best regards,
Jordan ShannonJanuary 8, 2019 at 3:22 pm #1051413Hi
Thanks for coming back do I add this is to the coding I have input or does it replace it.
Thanks
Alex
January 9, 2019 at 4:00 am #1051562Hi,
Add this to what you already have.
Best regards,
Jordan ShannonJanuary 9, 2019 at 11:49 am #1051740Hi
Thanks for coming back I have added the coding to the existing however the menu is still covering the slider I assume I just need to increase the px?
Thanks
Alex
January 9, 2019 at 3:38 pm #1051851Hi,
Did you try adding the css I gave you to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan ShannonJanuary 9, 2019 at 4:27 pm #1051901Hi Guys I’m facing the same issue to set the mobile menu.
I’ve already tried many CSS codes found in this and also others posts, I’ve also flushed the cache, no success.Any clue? Thanks in advance!
Best Regards,
Eduardo Priuli- This reply was modified 5 years, 10 months ago by Priuli.
January 10, 2019 at 9:24 am #1052250Hi EduardoPriuli,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardJanuary 10, 2019 at 10:00 am #1052257Hi Rikard
Good Morning, thank you for your reply!So, there is something strange happening, even flushing the cache and changing the several css codes included this last one, I’ve realized that the modifications doesn’t take any effect.
Im looking to hear from you soon,
Thanks again!
Eduardo.January 10, 2019 at 6:50 pm #1052440Hi Eduardo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) { .menu-item, .menu-item-top-level { display: none; } .av-burger-menu-main.menu-item-avia-special, #menu-item-search { display: block; } }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 11, 2019 at 12:56 pm #1052731Hi Victoria,
Good morning!
There’s something blocking the codes, the input to “block the main menu and active the burger menu” is not taking effect.
I’m using the theme with Child, I’ve even tried to edit and upload the custom.css in the main theme and child, I’ve flushed cache and it didn’t take any effect.Do you have any other Idea to solve this issue?
Thanks,
Eduardo.January 11, 2019 at 5:37 pm #1052810Hi Eduardo,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
There might be an error in your Quick css and so the code after it does not work. You might want to validate the code you have there.
Best regards,
VictoriaJanuary 11, 2019 at 6:16 pm #1052828This reply has been marked as private.January 11, 2019 at 7:58 pm #1052874Hi EduardoPriuli,
I edited the code, now the menu hides and only the burger is shown. Please check.
Best regards,
VictoriaJanuary 14, 2019 at 9:53 am #1053587This reply has been marked as private.January 14, 2019 at 6:40 pm #1053769Hi EduardoPriuli,
Sorry, it’s been a while, I forgot what it was. If you need help with another website you can write here.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.