Tagged: x
-
AuthorPosts
-
September 14, 2016 at 1:50 pm #1175250
netloverParticipantHi,
A client is reporting that the menu for this site is not rendering correctly on ihpone.How do I fix this?
September 14, 2016 at 5:58 pm #1175582
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
@media (max-width: 959px) { .ubermenu-skin-black-white-2.ubermenu-responsive-toggle { clear: both; } .x-brand { width: 100%; display: block; text-align: center; margin-bottom: 15px; } }Hope this helps.
September 14, 2016 at 8:46 pm #1175869
netloverParticipantawesome! thanks so much. one other quick question as it relates to mobile. How do I make it so that the logo on the left or right and the menu on the opposite. Ideally I would love it to look like http://www.hermeticnetworks.com, or close to it on mobile devices.
September 15, 2016 at 1:32 am #1176129
RupokMemberHi there,
Thanks for writing back! Let’s update the code a bit :
@media only screen and (max-width: 959px) { .ubermenu-skin-black-white-2.ubermenu-responsive-toggle { float: right; margin-top: 40px; } .x-brand { display: inline-flex; float: left; margin-bottom: 15px; width: 150px; } }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1175250 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
