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

    Hi guys,

    Below the mobile version of my site, in the socket, there is a menu. I would like the change it’s position. The left version (see image) is what it is now. The right image is what I want it to be. I have no idea how to do this.

    1

    Thanks in advance.

    • This topic was modified 1 year, 8 months ago by Emanon.
    #1398412

    Hey Emanon,

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

    @media only screen and (max-width: 767px) {
    #socket .sub_menu_socket li {
        width: 50%;
    }
    
    #menu-item-2240 a {
        float: right;
        margin-right: 20px;
    }
    }

    Best regards,
    Rikard

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