Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989630

    majid
    Participant
    This reply has been marked as private.
    #989855

    Darshana
    Moderator

    Hi there,

    I’m sorry but we need to check your code deployed under your child theme. Can you share your child theme folder? so that we can inspect your code.

    Thanks!

    #989900

    majid
    Participant
    This reply has been marked as private.
    #990400

    Darshana
    Moderator
    This reply has been marked as private.
    #990732

    majid
    Participant

    Thanks alot for awesome support , duplicate solved 🙂 , but still the language switcher is above logo , is there any way to put next to logo so menu bar become thinner

    #990905

    Rad
    Moderator

    Hi there,

    Sure, please add this CSS as well,

    .my-polylang {
        float: left;
        margin: 23px 20px 0px 0px;
    }

    That should do it, cheers!