[Resolved] Create borders in navigation.

Home Forums Support [Resolved] Create borders in navigation.

Home Forums Support Create borders in navigation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1294607
    Erik

    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.

    #1294685
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1294929
    Erik

    Okay, I understand. I’ll ask again once the site is online. Thank you.

    #1295656
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.