• I have tried the CSS inserts and 1 sample worked but there was then literally 0 spacing and I could not alter the degree of spacing. I am trying to eliminate / set to a much smaller padding on all the vertical widgets on the home page:

    text-19
    atframework_services-4
    atframework_services-7
    (or their respective sections.

    Any help??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    To reduce the spaces between widgets on homepage, you can use this CSS code:

    
    .page-template-page_widgetized section.widget {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    } 
    

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

    Thread Starter lthorley

    (@lthorley)

    Wow!! That worked wonderfully!!! Perfect – Thanks for the quick and awesome responses.

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Page Widget Spacing’ is closed to new replies.