Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Stella,

    Your theme adds a bit of extra margin there as part of it’s extended styles for Visual Composer. You can override these by including the following CSS code:

    [id*="fdm-menu-"].fdm-menu .fdm-item .fdm-item-title {
      margin-bottom: 0 !important;
    }

    You can customize font size of the menu title with:

    .fdm-menu .fdm-item-title {
      font-size: 24px;
    }

    And you can customize the font size of the menu section with:

    .fdm-menu .fdm-section-header h3 {
      font-size: 24px;
    }

    You’ll probably want to adjust the actual font size you use.

    Thread Starter Stella Social

    (@stella-social)

    The code you provided for the margins did not work, however I changed it to the following and it worked:

    .fdm-menu .fdm-item .fdm-item-title {
      margin-bottom: 0 !important;
    }

    Your code for menu title changed the size of each menu item, and menu section changed the section titles (which was useful!). When I said menu titles, I meant the main menus, encompassing both menu sections and menu items. I’ve decided to just remove the titles for the main menu parts anyway to remove extraneous words instead of trying to make them larger.

    Thank you so much for your help! This is a great plugin made even better by your outstanding support ??

    Hi Stella,

    Glad you were able to get it working!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Any way to reduce size of line breaks?’ is closed to new replies.