Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2342161
help with a small design CSS adjustment please
Closed

Comments

  • oneforisrael started the conversation

    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!

  •  2,699
    PenciDesign replied

    Hi,

    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