Tagged: x
-
AuthorPosts
-
September 22, 2016 at 10:44 am #1186551
Sebastien MParticipantMenu superfly burger buutton misplaced when not logged in. When im not logged in the buger menu of my supoerfly menu is lower than it should be.
Web address: http://www.kr8torstudios.com
Thank you.
September 22, 2016 at 11:13 am #1186600
Prasant RaiModeratorHello Sebastien,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.sfm-navicon-button { top: 18px !important; }Thanks.
September 22, 2016 at 11:19 am #1186609
Sebastien MParticipantI Also have another concern.
Is it possible to make the menu item smaler. and to have the french and englisg button side by side.
September 22, 2016 at 11:22 am #1186613
Sebastien MParticipantYour workaround for the burger menu works however when logged in it is misplaced…Do you have a workaround for that. so it is well placed in both circumstances.
September 22, 2016 at 11:41 am #1186641
Sebastien MParticipanti meant cases not circumstances
September 22, 2016 at 12:15 pm #1186681
Nabeel AModeratorHi again,
1. Try adding the following code in your Customizer to fix the burger menu:
.logged-in .sfm-navicon-button { top: 0 !important; }2. To decrease the font size of menu items, use this code:
#sfm-sidebar .sfm-menu li a { font-size: 20px !important; }Hope this helps!
September 23, 2016 at 2:12 pm #1188250
Sebastien MParticipantIs it possible to have the french and english button side by side. aligned in the middle of the full page menu.
September 23, 2016 at 6:25 pm #1188459
FriechModeratorSeptember 24, 2016 at 1:10 pm #1189224
Sebastien MParticipantI meant suerfly menu. Look at the bottom the french and english are one on top of the other…
September 24, 2016 at 8:07 pm #1189452
RadModeratorHi there,
Please add this CSS as well,
.sfm-nav li[class="sfm-menu-item-"] { float:left !important; display:inline-block; width: 50%; }Cheers!
September 25, 2016 at 11:12 am #1189830
Sebastien MParticipantThant’s Great but they need to be closer together and a bit smaller. Thanks for your help…
September 25, 2016 at 4:03 pm #1189988
RadModeratorHi there,
In that case, please change it to this,
.sfm-nav li[class="sfm-menu-item-"] { float:left !important; display:inline-block; width: 50%; } .sfm-nav li[class="sfm-menu-item-"] a span { padding: 0px 10px; } .sfm-nav li[class="sfm-menu-item-"] a { text-align: right !important; font-size: 26px !important; } .sfm-nav li[class="sfm-menu-item-"]:last-child a { text-align: left !important; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1186551 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

