Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #657326

    On Enfold 3.6.1 in mobile view I would like to have social icons and phone number on the same top row instead of social icons on the top row and Phone number below.
    Is there a Quick CSS to achieve this?
    Thanks

    #657514

    Hi vrz!

    Can you please post the link to your website so we can provide you an accurate custom CSS code?

    Best regards,
    Yigit

    #658122

    Please find all the info in Private Content.
    Thank you

    #658442

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks, .responsive .phone-info {
        width: 50%!important;
        float: left;
        clear: none;
        margin: 0!important;
    }}
    

    Best regards,
    Yigit

    #658539

    Perfect, it works great.
    Thank you!

    #658777

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

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