-
AuthorPosts
-
November 6, 2017 at 12:44 pm #873012
Good morning,
on my site the mobile menu does not work!
For menu management I have installed the plugin: Conditional Menus, because I need to have 2 different menus.Thank you for your support.
November 6, 2017 at 11:11 pm #873404Hey,
Please update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitNovember 7, 2017 at 10:42 am #873595Thank you, now It works well! ;)
I can ask you another question. I’ve add this code inside CSS field to edit the header background of individual pages:.page-id-3465 #header_main , .page-id-3436 #header_main, .page-id-3443 #header_main, .page-id-3481 #header_main, .page-id-3468 #header_main {
background-color: #0a2754;
}What should I add for the same also for the mobile version?
Best regards.
November 7, 2017 at 2:59 pm #873721Hi,
Thank you for using our theme.
You have to use a media query:
@media only screen and (max-width: 989px) { ........ }Put your code above instead of ….. and add !important after the color value.
If this does not solve all screen width you have to add additional queries:
@media only screen and (max-width: 767px) @media only screen and (max-width: 479px)Best regards,
GünterNovember 7, 2017 at 4:24 pm #873784Perfect it works! Thank you very much!
November 8, 2017 at 6:51 am #874049Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 8, 2017 at 10:07 am #874083Thank you! You can close this thread.
Best regards.November 9, 2017 at 6:27 am #874432 -
AuthorPosts
- The topic ‘Mobile menù’ is closed to new replies.
