Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #791063

    Hello,

    I’m trying to remove the space between the two language lines, I would like to make something like that: ( DE | EN )
    I tried a lot of codes but nothing worked. Could you please help me with this.

    Thanks in advance.
    Ammar

    #791104

    Hey Ammar,

    | is in the title itself – http://i.imgur.com/Ftl0In2.png

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #791114

    Hey Yigit,

    Thank you for your quick reply.
    I don’t want to remove the pipe | , I want to remove the empty space between the two language links and make them very close to each other.
    Right now it’s like that: http://imgur.com/a/gFOzT
    I want it like that: http://imgur.com/a/p9ivI

    Thank you so much,
    Ammar

    #791119

    Hi,

    I added following code to Style.css file of your child theme in Appearance > Editor

    .av_seperator_big_border .av-main-nav > li.wpml-ls-item > a {
        min-width: 20px;
        padding: 0 1px!important;
    }

    Best regards,
    Yigit

    #791136

    Hey Yigit,
    Thank you so much for your great support.

    #791147

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WPML menu – Custom CSS’ is closed to new replies.