Okay
  Public Ticket #2262672
Social Icons on Tablet & Phone
Closed

Comments

  •  5
    Steve started the conversation

    Hi Tahir,

    We've noticed an issue with the social icons overlapping the burger menu on tablet and phone. Can you supply some code to resolve this issue please.

    Thanks,

    Steve

  •  3,023
    Andrew replied

    Hi there,

    Thanks for getting in touch.

    I can't seem to replicate the issue from my end. Please clear your browser cache and see if the issue persists

    See the attached screenshot and screencast

    https://www.loom.com/share/1f86d0b2f2924fcf94b6b8d49d7ee5ab

    1887274645.png

    Kind Regards


  •  5
    Steve replied

    Hi Andrew,

    If you look at the original screen shot you will see the issue. The only way I could get round it was to change the header menu to full width which is what I have done. If I switch off full width the menu and icons overlap.

    Cheers,

    Steve

  •  8,992
    Tahir replied

    Hey Again,

    See screenshot : http://prntscr.com/qkazt3 . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1200px) and (min-width: 1000px) {
        #header-outer #top nav .sf-menu > #social-in-menu {
            position:relative;
            left:-30px;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Steve replied

    Awesome as always.