• Resolved polza

    (@neellik)


    Hey, is there anyway to have more control over the menu, like less of a gap between each section and to also remove the separator lines on the menu?

    If you look under my search box, there is an uneven gap, also when I add extra widgets it adds extra separators and more gaps, thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Author!

    Try out this CSS to get started and let me know what you think:

    .sidebar-primary .widget {
      border-top: none;
      padding: 12px 1px;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away. That will remove the borders between the widgets and cut the spacing in half.

    Thread Starter polza

    (@neellik)

    Hi Ben,

    thanks very much that removed the separators and fixed some of the gaps. Any ideas how I can remove or lessen the gap between the word cloud and the popular posts?

    Thanks very much for your time ??

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

    This extra bit of CSS should remove the gap remaining there as well:

    .widget_tag_cloud,
    .widget_tag_cloud p {
      margin: 0;
    }
    Thread Starter polza

    (@neellik)

    Thanks, Ben.

    that worked a treat! thanks very much. Love the theme, been looking at the pro version. ??

    Theme Author Ben Sibley

    (@bensibley)

    That’s great to hear! Stay in touch if you need anything else.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Gaps/Seperator’ is closed to new replies.