Archived topic
Create borders in navigation.
3 replies · Started by Erik on May 20, 2020
Hi! I need to know how I can create these borders on my nav ( https://i.imgur.com/lspBRc6.jpg ). I've done it by editing the css but the navigation is blocked and I can't click on the links.
this is the code:
.main-nav{
position: relative;
z-index : 1;
}
.main-nav:after {
content : "";
position: absolute;
left : 25%;
bottom : 0;
height : 100%;
width : 50%;
border-bottom: 3px double magenta;
border-top: 3px double magenta;
}
Ps1: I have the premiun version.
Ps2: I'm sorry I can't publish the url of my website because I'm developing it locally.
Hi there,
Any chance we can revisit this issue once we have something live to look at?
Tough to provide CSS without seeing the site live.
Let me know :)
Okay, I understand. I'll ask again once the site is online. Thank you.
No problem :)