Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #348780

    Hello, I have a 1px border above my porfolio.
    The .container_wrap has border-top-width: 1px;
    I changed this to border-top-width: 0; -> now the main menu looses his border 1px , too.
    Can I have .container_wrap border-top-width: 0 without affacting the main menu?

    .container_wrap {
        border-top-width: 0;
    }
    #348781

    Hey royaltask!

    Please use the code as following

    #main .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Yigit

    #348783

    great works fine.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘1px border above porfolio .container_wrap > 0px’ is closed to new replies.