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

    On the mobile version I can’t show both the hamburger menu and my social icons at the top.

    I have investigated and tried the css solutions I found in the threads, but I am only able to show the hamburger or the social icons.

    I know its a space issue, just can’t figure it out. I have a Pixel 3a, and the same goes for other phones I have looked at.

    Thanks,
    Peter

    PHP Version 7.3
    WordPress 5.2.4
    EnfoldVersion 4.6.3.1

    #1152355

    Hey cutinojr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all #header .social_bookmarks {
          display: block;
          margin-left: 10px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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