Tagged: x
-
AuthorPosts
-
July 28, 2016 at 12:08 pm #1107387
bakParticipantHi
I have a language switcher in my menu. Ho can I align the flags vertically so that they are under each other and that the submenu is not so large?
July 28, 2016 at 12:11 pm #1107392
bakParticipantThis reply has been marked as private.July 28, 2016 at 2:05 pm #1107543
RahulModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
July 28, 2016 at 5:33 pm #1107795
bakParticipantThis reply has been marked as private.July 29, 2016 at 12:01 am #1108301
RupokMemberHI there,
Thanks for updating. You can add this under Custom > CSS in the Customizer.
.x-navbar .desktop .sub-menu.submenu-languages { max-width: 50px; min-width: 50px; width: 50px; }Hope this helps.
July 29, 2016 at 7:34 am #1108733
bakParticipantThis reply has been marked as private.July 29, 2016 at 10:57 am #1108979
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
item-language img.iclflag { margin-right: -2px !important; margin-top: -4px !important; padding-left: 1px !important; }Let us know how this goes!
July 29, 2016 at 11:07 am #1108995
bakParticipantHi there, thanks for the update
Unfortunately, it still looks the same
July 29, 2016 at 12:53 pm #1109129
RahulModeratorHey There,
Try the following custom CSS :
‘.menu-item-language img.iclflag {
margin-right: -2px;
}’Hope that helps!
July 29, 2016 at 2:26 pm #1109254
bakParticipantThis reply has been marked as private.July 29, 2016 at 6:39 pm #1109518
JadeModeratorHi there,
Please add this code:
#menu-english-menu li:nth-child(2) .sub-menu { left: -10px; }Hope this helps.
July 30, 2016 at 8:58 am #1110133
bakParticipantHi
Thanks, I added the code but unfortunately it still looks the same
July 30, 2016 at 9:12 am #1110139
ThaiModeratorHi There,
Please find this CSS:
.x-navbar .desktop .sub-menu.submenu-languages { max-width: 55px; min-width: 55px; width: 55px; }And change to this:
.x-navbar .desktop .sub-menu.submenu-languages { max-width: 55px; min-width: 55px; width: 55px; left: 50%; margin-left: -27.5px; }Also remove this CSS:
#menu-english-menu li:nth-child(2) .sub-menu { left: -10px; }Hope it helps 🙂
July 30, 2016 at 11:31 am #1110230
bakParticipantthank you, it did indeed help. problem solved
July 30, 2016 at 12:07 pm #1110252
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1107387 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
