Home › Forums › WoodMart support forum › How to move flags and language name to the left
How to move flags and language name to the left
- This topic has 17 replies, 3 voices, and was last updated 2 years, 12 months ago by
Bogdan Donovan.
-
AuthorPosts
-
February 10, 2022 at 12:43 pm #351977
aleksandreeuParticipantHi, in the dropdown menu of languages, I would like to have flags under the flags and texts under the texts.
How can I do it please? aase you see now flags and texts are moved a bit to the right.Attachments:
You must be logged in to view attached files.February 11, 2022 at 1:09 am #352141
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body li.wpml-ls-item .wd-dropdown-menu.wd-design-default { padding: 12px 20px 12px 10px; }
Best Regards
February 11, 2022 at 6:57 am #352169
aleksandreeuParticipantI added this CSS, but still flags are not under the flags.
Attachments:
You must be logged in to view attached files.February 11, 2022 at 10:10 am #352229
Elise NoromitMemberHello,
Please clear the cache and try again, it should be like this: https://gyazo.com/b0399dc0cd4559b30e11c6a2c3e774c0
If you have any questions please feel free to contact us.
Best Regards
February 16, 2022 at 8:20 pm #353609
aleksandreeuParticipantNo, for me it looks different.
When I use the same code as on video, width is very big. Otherwise its still not aligned as I wish and as you show on video.
body li.wpml-ls-item .wd-dropdown-menu.wd-design-default {
width: 110px;
padding 12px 20px 12px 10px;
}February 17, 2022 at 1:03 am #353662
Elise NoromitMemberHello,
Here is what I see: https://gyazo.com/dbc51f3dff4a1d0896b8e7e75480b581
Please clarify how you want to change that?
Best Regards
February 18, 2022 at 8:33 pm #354334
aleksandreeuParticipantAs you can see, russian and English flags are not under Czech flag. I want them to be under each other.
So needs to be moved left a bit.February 19, 2022 at 1:14 am #354375
Elise NoromitMemberHello,
When I add this CSS, it is aligned properly:
body li.wpml-ls-item .wd-dropdown-menu.wd-design-default { padding: 12px 20px 12px 10px; }
https://gyazo.com/2a0c296b3fe2d6794292e881a3fc7b7d
Best Regards
February 19, 2022 at 7:36 am #354441
aleksandreeuParticipantNo, for me its still the same
February 20, 2022 at 9:00 pm #354663
Elise NoromitMemberHello,
Please remove all the custom CSS and add this one:
body li.wpml-ls-item .wd-dropdown-menu.wd-design-default { width: 110px; padding: 12px 20px 12px 10px; }
Best Regards
February 24, 2022 at 11:06 am #355754
aleksandreeuParticipanti need other custom css-es as well
February 25, 2022 at 4:10 pm #356041
Elise NoromitMemberHello,
Have you removed all the code and added the recent one? Does it work? Your site is now not avaliable.
Best Regards
February 27, 2022 at 10:58 am #356281
aleksandreeuParticipantits the same…
March 1, 2022 at 12:26 am #356533
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area.
Best Regards
March 8, 2022 at 10:14 pm #358881
aleksandreeuParticipantBut it does not allign in my case 🙁
March 9, 2022 at 2:12 am #358919
Elise NoromitMemberHello,
Please provide the site admin access.
Best Regards
March 9, 2022 at 6:46 am #358971
aleksandreeuParticipantPlease dont remove other css codes. w e neet them as well.
March 9, 2022 at 10:05 am #359081
Bogdan DonovanKeymasterHi,
You have missed colon
:
afterpadding
(https://prnt.sc/hDCgjBKAkKRs). Try to fix custom code first.Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register