Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #573612

    Hi,

    I am using Google Language Translator plugin to add some flags and get the website translated. I would like to position these flags at the end of the Secondary header menu – how can I achieve this please?

    The code I am given is [google-translator] and I tried to add randomly in a page and it is showing fine.

    Many thanks

    #573783

    Hi sitesme!

    Please go to Enfold theme options > Header > Extra Elements and try adding your shortcode into phone info field

    Best regards,
    Yigit

    #573792

    That was super Yigit, nicely done :)

    However, I noticed the flags are very close to each other. Probably some Enfold CSS is overriding this. Any chance I can control the padding between each flag through quick CSS?

    Many thanks.

    #573800

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #flags li {
        margin-left: 10px;
    }

    Cheers!
    Yigit

    #573806

    That worked Yigit! Thanks a lot! :)

    On the same bar, but on the left side, there are some areas that are activating an underline on the links: http://dns.d.pr/1axvA/5MKcbCny
    The area between each link basically. Is there a way to get rid of the underline altogether?

    Many thanks.

    #573809

    Hey!

    Please add following code to Quick CSS

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
        text-decoration: none!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #573812

    Spot on, thank you a lot Yigit and congratulations once again for the impeccable support level from you and your team.

    #573817

    Hey!

    You are welcome Sitesme, we are always happy to help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Google Translator on Secondary menu’ is closed to new replies.