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

    Iv got my top bar activated and have social icons and a phone number on it.
    The phone number font has been increased.
    On mobile devices it centers the two and puts them on top of each other and takes up a lot of room.
    Is there a way to put them beside eachother on mobile devices only?

    Thanks

    #507550

    Hi paragonskydive,

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

    @media only screen and (max-width: 767px) {
    .responsive .phone-info, .responsive #header .social_bookmarks {
        width: 50% !important;
        display: inline-block !important;
    }
    }

    Regards,
    Rikard

    #508045

    worked, perfectly. Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top Bar on Mobile devices’ is closed to new replies.