Tagged: x
-
AuthorPosts
-
September 5, 2016 at 10:38 am #1161798
mahmoud237ParticipantI use renew stack … I want to remove mobile menu button background .. and make the button be the left to the logo just like attached photo
Thanks
September 5, 2016 at 10:53 am #1161824
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thank you.
September 5, 2016 at 11:13 am #1161854
mahmoud237ParticipantThis reply has been marked as private.September 5, 2016 at 11:15 am #1161855
mahmoud237ParticipantAlso, I want to remove the border on scrolled pages on mobile view … How can I do that >
September 5, 2016 at 12:15 pm #1161896
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar .x-btn-navbar { float: left; } a.x-brand.img { float: right; margin-right: 15%; } .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav li > a, .x-navbar .mobile .x-nav li.current-menu-item > a { border-color: #000; }Hope it helps 🙂
September 5, 2016 at 1:09 pm #1161949
mahmoud237ParticipantThanks a lot .. it worked
How can I change the position of WPML like the attached photo ?
September 5, 2016 at 1:27 pm #1161972
JadeModeratorHi there,
Please add this code:
#menu-item-59864 { float: right; }September 5, 2016 at 1:39 pm #1161986
mahmoud237ParticipantThanks it worked in web view . But not worked on mobile view
September 5, 2016 at 1:49 pm #1162000
JadeModeratorPlease add this code:
.x-navbar .mobile .x-nav { display: flex; flex-direction: column; } .x-navbar .mobile .x-nav li:nth-child(4) { order: 5; } .x-navbar .mobile .x-nav li:nth-child(5) { order: 4; }Hope this helps.
September 5, 2016 at 1:55 pm #1162005
mahmoud237ParticipantThanks alot
September 5, 2016 at 1:55 pm #1162006
JadeModeratorYou’re most welcome.
September 6, 2016 at 6:45 am #1162917
mahmoud237ParticipantThis code changes the button to float right in English language only But if I change the language to German or Danish .. it backs again to it’s original place … I want the login to float right always.
I think I just need the menu item number how can I find it
#menu-item-59864 { float: right; }September 6, 2016 at 6:59 am #1162943
mahmoud237ParticipantDone … with F12 .. I know now how to get the menu item number
Thanks
September 6, 2016 at 7:14 am #1162950
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1161798 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
