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

    Hello,
    I’d like to apply the following styling to my submenu items (in the href elements) using the general styling css section. Can you provide some help?

    style=”padding-left: 0px; padding-right: 0px;”

    • This topic was modified 8 years, 7 months ago by tommoore.
    #621706

    Hi tommoore!

    Thanks for getting in touch with us!

    You can try the following CSS code. Please add it to your custom CSS file or in the Quick CSS field in the theme options under the General styling tab:

    #top .av-main-nav ul a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

    Best regards,
    Jordan

    #621709

    I was able to get it with this css. It’s a submenu.

    #top .av-subnav-menu > li > a {
    padding: 0px 0px 0px;
    font-size: 1.3em;
    }

    #621711

    Hey!

    Glad you got it to work with your own code!

    Best regards,
    Jordan

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