Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #696689

    Hi

    not sure if you can help me or if I need to contact WPML on this.

    The border and arrow are missing from the language dropdown despite being set correcly. a simple css thing but not sure how to do it

    image attached, many thanks

    Ian

    #696703

    Hi smoothbob!

    Can you please post the link to your website as well? :)

    Regards,
    Yigit

    #696887

    Hi

    sorry, yeah…

    thanks

    #697273

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav > li.menu-item-language > a:after {
        content: '▾';
        color: #888888;
        position: relative;
        left: 10px;
    }
    

    Best regards,
    Yigit

    #697290

    Hi

    that’s great thanks but what about the button border not showing?

    cheers

    #697798

    Hi,

    try this code:

    li.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children.dropdown_ul_available {
    border: 1px solid;
    }

    Best regards,
    Andy

    #697803

    Hi

    I managed to do that as well, but as you can see it is the full height of the nav panel not the correct height for the button

    cheers

    #698367

    Hi,

    remove the code from above. Try this instead:

    .menu-item-language a {
    height: 58px !important;
    top: 9px !important;
    position: relative;
    border: 1px solid;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #698855

    Hi

    that does not work. I tried a few variations eg…

    .menu-item-language a {
    height: 38px !important;
    top: 0px !important;
    position: relative;
    border: 1px solid;
    }

    I tried other margin setting etc and the border just does not sit around the text link IN THE RIGHT PLACE. If the default WPML is as per my original screenshot why is not possible to just get round whatever Enfold is doing to make it not look right?

    thanks

    #699107

    Hi,

    this is not Enfold’s fault. Try it with another theme and you would get similar results. There is no CSS class to make this possible so it looks right for you. Try to ask WPML support about it, but I doubt that it will be easily possible. You can hire a freelance developer for this job here: http://kriesi.at/contact/customization

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.