Home Forums Pro Themes Corporate Education Pro How can i reduce padding the foot widgets region

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119876
    Israel Olakanmi
    Participant

    The space above and below content is too small in the foot widgets area, can i reduce it please? likewise in the services, team sections. thanks

    #119933
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL so that we can inspect more clearly and help you provide you precise fix.

    Also, provide us the screenshot of the section marking the spaces which you wanted to reduce.

    Regards.

    #120261
    Israel Olakanmi
    Participant

    URL is http://www.salvationdaughtersfoundation.org/home

    I also wish to be able to increase the display logo size on the header. Please help. Thanks.

    #120282
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to remove space in footer content, you can add CSS following path Admin Panel > Appearance > Customize > Additional CSS

    .home .site-footer .page-section {
        padding: 0px;
    }

    To increase the logo height, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .site-logo .custom-logo-link img {
        max-height: 120px;
    }

    You can adjust the height as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

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