-
AuthorPosts
-
May 5, 2024 at 9:19 am #1442323
Hello everyone
I have added a submenu with full width here
link below:
Now I would like the following
on the PC the font color black
current color white (I could set) and the background #109bc5
In the mobile view it creates a big white bar for me
how can I remove this
see printscreenwhen i open the menu mobile the distances are very big
could these distances be reduced
see printscreenmany thanks in advance
best regards
FranzMay 6, 2024 at 9:05 am #1442413Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) { .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a { padding: 5px 15%; } .sticky_placeholder { height: 0; } .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before { top: 5px; } }
Best regards,
RikardMay 6, 2024 at 9:13 am #1442414Hello Rikard
thanks for your answer.I have inserted the code in the Quick CSS
But it does not workthanks and
kind regards
FranzMay 6, 2024 at 5:35 pm #1442453Hi,
Please try this instead:
@media only screen and (max-width: 989px) { .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a { padding: 5px 15% !important; } .sticky_placeholder { height: 0 !important; } .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before { top: 5px !important; } }
Best regards,
RikardMay 6, 2024 at 5:46 pm #1442457Thank you Rikard
Now it looks niceNow I would like to
on the PC the font color black
the current color white (I made it)
and the background #109bc5
and mobile
the background also#109bc5
and the menu blackthank you
kind regards
FranzMay 6, 2024 at 5:59 pm #1442460Sorry Rikard
I’ve almost done it now.the font color of the menu all in black.
stand menu must remain white.would it still be possible to display the menu bar less high?
thanks
May 7, 2024 at 9:17 am #1442525Hi,
Thanks for the update. Please try this CSS as well:
#top .av-subnav-menu a { color: #000; } #top .av-subnav-menu > li { padding: 10px 0; }
Best regards,
RikardMay 7, 2024 at 11:20 am #1442542Hello Rikard
it fits perfectly.
Just one more questionis it possible that the menu and the revlider remain fixed
when I scroll down the images
thanks in advance
kind regards FranzMay 8, 2024 at 11:04 am #1442666Hi,
I tried to find a solution for that, but I wasn’t able to unfortunately.
Best regards,
RikardMay 8, 2024 at 11:20 am #1442667Many thanks Rikard
then you can close this request
thanks for the good support
kind regards
Franz -
AuthorPosts
- The topic ‘submenu with full width’ is closed to new replies.