Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1151189

    please i want to add social icons to my top bar, in desktop then add the socail icons inside bar ONLY IN MOBILE. Top header in mobile should be free.
    you can see example from this https://garagerenewoftallahassee.com

    #1151225

    Hey vonipeter,

    What bar are you referring to when you talk about mobile? The burger overlay?

    Please have a look at the following thread
    https://kriesi.at/support/topic/social-icons-in-mobile-menu-3/

    Best regards,
    Victoria

    #1151247

    want to display it under menu item in mobile. what slides from the right

    #1151361

    didnt work out for me

    #1151507

    Hi vonipeter,

    Did you get any errors? Or just nothing changed?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1151614
    This reply has been marked as private.
    #1151616

    check the link below to fully understand what i am unable to do on my website
    https://prnt.sc/povgtw

    #1153228

    Hi vonipeter,

    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;
          width: 20vw;
          float: right;
          margin-top: 10px;
      }
      .responsive .phone-info {
        width: 50vw;
        margin-top: -20px;
        float: left;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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