Okay
  Public Ticket #237651
Lines around social icons
Closed

Comments

  • Jack started the conversation

    Hello,

    When I reduce the width of the browser window and on mobile phones, I get a white line under and to the right of the social icons. I tried removing with css without success. Any ideas how I can fix this? 

    Jack  

  •   Jack replied privately
  •   Jack replied privately
  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel 

    @media only screen and (max-width: 1000px) and (min-width: 1px) {     body #header-secondary-outer nav > ul > li:last-child {         border: none !important;     } }


    Cheers


    ThemeNectar Support Team 

  • Jack replied

    Fantastico! That's nailed it. 

    Think I may have neglected to wrap the css in {} after the media query. 

    Thanks Tahir.  

  • eric replied

    I added this - but the white line still is on the top - any idea what I can add to hide that as well?

  •  8,839
    Tahir replied

    Hey Eric!

    I cant seem to recreate the line. Seems like you got it sorted. 

    Cheers


    ThemeNectar Support Team