[Resolved] Change layout of social media menu icons under mobile off-canvas view

Home Forums Support [Resolved] Change layout of social media menu icons under mobile off-canvas view

Home Forums Support Change layout of social media menu icons under mobile off-canvas view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1063467
    Robert

    Can you help me with the layout of the social media icons in the mobile menu view? They are stacked vertically vs laid out nicely horizontally. I would like to also bump them up in size a bit ideally.

    #1063477
    Robert

    I figured out the CSS for this copying the CSS for the sidebar menu:

    #menu-social-sider-1 li {
    display: inline-block;
    margin: 0 20px;

    }

    #menu-social-sider-1 .menu-item i._mi {
    font-size: 1.6em;
    }

    #1063481
    Leo
    Staff
    Customer Support

    Glad you figured out!

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