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

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #351977

    aleksandreeu
    Participant

    Hi, 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.
    #352141

    Hello,

    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

    #352169

    aleksandreeu
    Participant

    I added this CSS, but still flags are not under the flags.

    Attachments:
    You must be logged in to view attached files.
    #352229

    Hello,

    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

    #353609

    aleksandreeu
    Participant

    No, 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;
    }

    #353662

    Hello,

    Here is what I see: https://gyazo.com/dbc51f3dff4a1d0896b8e7e75480b581

    Please clarify how you want to change that?

    Best Regards

    #354334

    aleksandreeu
    Participant

    As 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.

    #354375

    Hello,

    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

    #354441

    aleksandreeu
    Participant

    No, for me its still the same

    #354663

    Hello,

    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

    #355754

    aleksandreeu
    Participant

    i need other custom css-es as well

    #356041

    Hello,

    Have you removed all the code and added the recent one? Does it work? Your site is now not avaliable.

    Best Regards

    #356281

    aleksandreeu
    Participant

    its the same…

    #356533

    Hello,

    Please insert the site admin access into the Private content below the message area.

    Best Regards

    #358881

    aleksandreeu
    Participant

    But it does not allign in my case 🙁

    #358919

    Hello,

    Please provide the site admin access.

    Best Regards

    #358971

    aleksandreeu
    Participant

    Please dont remove other css codes. w e neet them as well.

    #359081

    Bogdan Donovan
    Keymaster

    Hi,

    You have missed colon : after padding (https://prnt.sc/hDCgjBKAkKRs). Try to fix custom code first.

    Kind Regards

Viewing 18 posts - 1 through 18 (of 18 total)