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

    Aloha – how can I align the menu to the left, so it aligns with the headings and content below? See: http://gator3148.hostgator.com/~yc4c/testimonials/ for an example – you can see the menu looks indented.

    Mahalo!
    Drew

    #255802

    Hi HiDrew!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av-main-nav > li > a { padding-left: 0; }

    Regards,
    Yigit

    #255929

    Thanks Yigit, except unfortunately that also got rid of the nice spacing between the other menu items – is there a way to left justify the menu without affecting the comfortable spacing of the menu throughout?

    Mahalo,
    Drew

    #256152

    Hey!

    Please add following code to Quick CSS instead

    .av-main-nav-wrap ul { margin-left: -13px; }

    Regards,
    Yigit

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