Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #999801

    Hello,

    how can i manage the following:
    i want that the Social Icons are always shown (even on Smartphones).
    But they disappear, when the mobile Menu comes (Breakpoint @767px).
    Just like if i would place a Phone Number –> “Header Phone Number/Extra Info”.

    Thanks for your help!
    felixl

    #999941

    Hey felixl,

    Add the following to quick css:

    @media only screen and (max-width: 767px){
    .social_bookmarks.icon_count_2{
    display:block!important;
    }}

    Best regards,
    Jordan Shannon

    #999963

    Great!
    It works fine.
    Thank you, Jordan :-)

    #999966

    Hi,

    I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icons in Header Top Bar’ is closed to new replies.