Tagged: x
-
AuthorPosts
-
August 9, 2016 at 2:17 pm #1124264
justincourageParticipantSo I finally got a custom menu setup with UberMenu.
I’m applying my menu to individual pages and posts by using a shortcode in a text element in x-section-1. It works great on the desktop, but I do not see the responsive menu on my mobile. Do you know how I can make it appear?
In the UberMenu settings I do not have Responsive Menu disabled, it is enabled.
I also have the ubermenu fixed to the top of the page so it doesn’t disappear. Here is the code I’m using:
.ubermenu {
position: fixed;
width: 100%;
}Should I be adding something for mobile responsive menu? Thank you.
The url is http://www.carakuulei.com/test
August 9, 2016 at 4:59 pm #1124514
FriechModeratorHi There,
Thanks for writing in! Please remove this custom CSS or make it more specific on your cornerstone settings.
#x-section-2 { position: fixed; top: 0; }Let us know how it goes.
Cheers!
August 27, 2016 at 12:22 pm #1149791
justincourageParticipantthanks. The only thing with removing that CSS is that then my image in section 2 won’t stay fixed, and I want it to stay fixed
August 27, 2016 at 7:37 pm #1149996
Rue NelModeratorHello There,
Thanks for the updates! To resolve this issue, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
@media(max-width: 979px){ #x-section-1 { margin: 0 !important; } }Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1124264 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
