Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869375

    I create a website with Enfold and installed WPML for work in 2 languages..
    The problem is that WPML places the language flags in the Header to the left and I would like, or remove them or place them to the right, after the social networks.
    If i cant to remove, i want to place them in Main Menu, lika is in this moment.
    Thanks

    #870211

    Hey gritainternet,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) {
    .sub_menu {
        position: absolute !important;
        right: 0px !important;
    }
    }
    
    

    2017-10-29_150628

    Best regards,
    Mike

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