Hi, as you can see here a line is missing between the social icons – https://screencast.com/t/97NvapkT4uF – how can I add it back?
Thanks
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top #header .social_bookmarks li:last-child {
border-right-width: 1px;
}
Best regards,
Yigit
Didn’t work…
Hi,
Have you tried flushing cache in your plugins to see if that helps?
If it does not, please post your custom CSS code here using – https://pastebin.com/
You can check for possible CSS errors using – http://csslint.net/ as well
Regards,
Yigit
CSS added below. I did purge the cache.
Hi,
Please try adding !important rule as following
#top #header .social_bookmarks li:last-child {
border-right-width: 1px !important;
}
Cheers!
Yigit
Still doesn’t work… Is the code OK? no errors?