Comments Jack started the conversationJune 26, 2014 at 3:38pmHello,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,839Tahir repliedJune 26, 2014 at 6:35pmAdd 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 repliedJune 26, 2014 at 8:33pmFantastico! That's nailed it. Think I may have neglected to wrap the css in {} after the media query. Thanks Tahir. eric repliedAugust 15, 2014 at 11:14amI added this - but the white line still is on the top - any idea what I can add to hide that as well? 8,839Tahir repliedAugust 15, 2014 at 4:45pmHey Eric!I cant seem to recreate the line. Seems like you got it sorted. Cheers ThemeNectar Support Team Jack repliedOctober 2, 2014 at 10:10pm~ Sign in to reply ...
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
Add this into the Custom CSS box located in your Salient Options panel
Cheers
ThemeNectar Support Team
Fantastico! That's nailed it.
Think I may have neglected to wrap the css in {} after the media query.
Thanks Tahir.
I added this - but the white line still is on the top - any idea what I can add to hide that as well?
Hey Eric!
I cant seem to recreate the line. Seems like you got it sorted.
Cheers
ThemeNectar Support Team
~