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;
}
Hey royaltask!
Please use the code as following
#main .container_wrap {
border-top-width: 0;
}
Best regards,
Yigit
great works fine.