Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1403267

    HI
    I am looking at the fullwidth submenu for one of my pages, but it’s not quite centered.
    I can see in the inspector that there are different margins (or padding?) on the left/right but I can’t see what is causing this.
    Can you take a look?

    I also would like to hide the borders and separators on the menu.
    thanks
    Nancy

    #1403294

    Hey Munford,
    Thank you for the link to your site please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.av-framed-box.page-id-110 .av-submenu-container {
    	left:0px;
    	border-style: none;
    }
    #top.av-framed-box.page-id-110 .av-subnav-menu > li > a {
        border-left-style: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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