How do I reduce line spacing in custom menu widgets?

  • Author
    Posts
  • #38196
    Jack
    Power User

    How do I reduce the line spacing in custom menu widgets?
    And in recent posts as well?
    (Purchased 07/16/2016)

    Thank you

    #38236
    Zed
    Cryout Creations mastermind

    If you have previously purchased premium support, order the free Premium Support Access Retrieval and include any information relevant to the premium support purchase so we can locate it – then use the priority support form to get in touch with our support service.

    I will need a bit more specific information about your questions (also, a website URL would be very helpful).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38268
    Zed
    Cryout Creations mastermind

    I added the priority support package for Fluida to your account.

    You can reduce the menu widget elements heights with custom styling:

    .widget-container ul li.menu-item {
        line-height: 1.5em;
        margin: 0;
    }

    Adjust the line-height to further reduce.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38272
    Jack
    Power User

    Works perfectly! .. Thank you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How do I reduce line spacing in custom menu widgets?’ is closed to new replies.