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

    Elements in the secondary meny automatically get a center position on mobile view. How can I have my elements (flags) to the right on mobile.

    #1330539

    Hey limedrop,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .sub_menu>ul>li {
        float: right;
        padding: 8px 10px;
    }
    }

    Best regards,
    Rikard

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