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

    Hi,

    I am using the full width sub menu to create a second menu underneath the logo:

    The sub menu appears to sit further left than the logo and content, how can I adjust this so it all sits in line?

    Also, the color on the sub menu is set to “alternate content”, within the enfold theme options area the font color is set to white #ffffff, but as you see appears grey?

    Any assistance would be great! Amazing theme.

    #370072

    Hi hloft!

    Try adding this to your custom CSS.

    #top .av-submenu-container .container {
        padding: 0 40px !important;
    }
    .av-subnav-menu a {
        color: white !important;
    }

    Best regards,
    Elliott

    #370233

    Thanks Elliott that worked perfectly!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full width sub menu padding/ Full width sub menu font color’ is closed to new replies.