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

    Hi!
    How do I change the line height and font size on the navigation menu widget? I’m using the widget element as a right sidebar. The space in the widget for each menu link is too tall, and the font too large.
    thank you so much!!

    #1401109

    Hey doug123,

    Thank you for the inquiry.

    You can use this css code to adjust the font size and line height of the widget menu items.

    #top .content .flex_column .widget_nav_menu li a {
        padding: 0.2em 3px;
        font-size: 13px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1401157

    Thanks Ismael! Works perfectly and also thanks for the head’s up about File Compression.

    Doug

    #1401218

    Hi,

    You’re quite welcome! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘line height in widget navigation menu’ is closed to new replies.