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

    Hi – expect it’s cos the logo is quite large:

    http://artemis-decorative-glass.co.uk/

    On my Galaxy the Social icons go. Is there a way to sort this please?

    #387807

    Hey evtilsley!

    I’m seeing a lot of custom CSS being applied to those icons.

    #header_main .social_bookmarks {
      display: none !important;
    }

    etc etc

    Paste all of your custom CSS here.

    Regards,
    Elliott

    #393430
    This reply has been marked as private.
    #393790

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks, .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
    display: block!important;
    }}

    Regards,
    Yigit

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