Tagged: , , ,

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

    I use a website with the Logo + Main Menu Area on the left.
    I am trying to show the Social Media links in the menu on my cellphone, but all the example code in this forum hasn’t helped me fix it.
    My website is http://www.envis.nl/

    #473766

    Hi envis!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive.html_header_sidebar #top #header .social_bookmarks {
      display: inline-table;
    }}

    Regards,
    Yigit

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