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

    Hi Guys,

    I could use your help getting the main nav into the boarder area on the site I am working on.

    I have the css to round the menu:

    /* Round menu modern */
    .av-main-nav > li {
    line-height: 30px;
    background: #443E36;
    border-right: 1px solid #7D7160;
    box-shadow: 5px 5px 3px #888888;
    }
    
    .av-main-nav > li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    
    .av-main-nav > li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: none!important;
    }
    

    The only problem I just can’t seem to get it in the margin area at the top of the page.

    Thanks,

    Dave

    #290228
    This reply has been marked as private.
    #290818

    Hi!

    The site is under a coming soon page so we aren’t able to view the header issue. Can you remove it or provide a login/screenshot?

    Cheers!
    Devin

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