Comments oneforisrael started the conversationMarch 29, 2020 at 3:16pmHi! I would like the long border lines above and under the menu NOT to stretch all the way to both sides, but to be limited like the other lines. See attachment (screen shoot). Couldn't find how to do it. Can you please give me a CSS code to do that? Thanks! 2,701PenciDesign repliedMarch 29, 2020 at 3:20pmHi,Please try add more this code to Customize > Custom CSS to do that: #navigation { border: none !important; } #navigation .container{ border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; } Best Regards,PenciDesign Sign in to reply ...
Hi!
I would like the long border lines above and under the menu NOT to stretch all the way to both sides, but to be limited like the other lines. See attachment (screen shoot).
Couldn't find how to do it. Can you please give me a CSS code to do that?
Thanks!
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign