[Resolved] Main Navigation Border Bottom dont work with Flex for Full width

Home Forums Support [Resolved] Main Navigation Border Bottom dont work with Flex for Full width

Home Forums Support Main Navigation Border Bottom dont work with Flex for Full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1530782
    FunkyCss

    Hi, before flexbox i had a css for a border for my main navigation and is like this

    .main-nav,
    #mobile-header {
    	border-bottom: 1px solid #e0e0e0;
    	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
    	        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
    }
    

    I have set up navigation to full width but the border is not full width, this is happening only with the flexbox option.

    #1531216
    David
    Staff
    Customer Support

    Hi there,

    change .main-nav for .main-navigation .inside-navigation

    #1531922
    FunkyCss

    Hi David!

    Thank you this did the trick.

    #1532380
    David
    Staff
    Customer Support

    Glad to hear that

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