Border Issue

Home Forums Projects Border Issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3588
    Anonymous
    Inactive

    Hello Bryan Sir

    I am developing site http://saicoaching.com. My client want remove last border of main menu, just after contact us menu. You can see at the top of website.

    Could this possible, if possible kindly assist me…

    Regards
    Parth Ranjan, New Delhi

    #3589
    Bryan Hadaway
    Keymaster

    Update:

    nav ul li a {
      border-right: 1px solid #333;
      color: #000;
      display: inline-block;
      font-family: Arial;
      font-size: 93%;
      font-weight: 600;
      line-height: 200%;
      margin-left: -0.3%;
      padding: 0 1%;
    }

    to:

    nav ul li a {
      border-right: 1px solid #333;
      color: #000;
      display: inline-block;
      font-family: Arial;
      font-size: 90%;
      font-weight: 600;
      line-height: 200%;
      margin-left: -0.3%;
      padding: 0 1%;
    }

    We’ve just lowered the font-size and then add:

    nav ul li:last-child a {
      border-right: 0 none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.