[Resolved] Widget spacing

Home Forums Support [Resolved] Widget spacing

Home Forums Support Widget spacing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1574958
    Nick

    Team – Have a problem with spacing.

    In our “footer widget 1” – I have added 2 widgets – an image and an html block. I would like to reduce the spacing between the image and the html block. I can’t seem to find a setting for this?

    Website stated below and screenshot link showing the issue

    #1575039
    Ying
    Staff
    Customer Support

    Hello Nick,

    Try this css:

    .footer-widgets .widget {
        margin-bottom: 10px;
    }

    Let me know πŸ™‚

    #1575045
    Nick

    Spot on Ying….works perfect appreciated. Just another similar issue I’m trying to fathom out…the spacing between the various menu options shown in the footer widget blocks 2 and 3.

    The same website and screenshot attached.

    Thanks!

    #1575171
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚ Give this css a try:

    .footer-widgets .widget.widget_nav_menu ul li {
        margin-bottom: 0;
    }
    
    .footer-widgets .widget.widget_nav_menu ul li ul {
        margin-top: 0;
    }
    #1575596
    Nick

    Thanks Ying – that sorts it, appreciated.

    #1576547
    Ying
    Staff
    Customer Support

    Awesome!
    You are welcome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.