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

    Hi Enfold team!

    Can you please show me how to minimize the whitespace between submenu items?

    Thank you!

    #923183

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-main-nav ul a {
        padding: 1px 15px;
    }
    

    Please do not forget to purge cache after adding custom CSS code :)

    Best regards,
    Yigit

    #923219

    Works perfectly Yigit! Great work as always! Thank you so much!

    #923229

    Hi,

    I’m glad you were able to find a suitable solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Minimize whitespace in between submenu items’ is closed to new replies.