Okay
  Public Ticket #3621336
footer
Closed

Comments

  • rasksmykker started the conversation

    Hello

    I need help about the footer height on the theme Aurum.

    I need to make the total size of the footer smaller in height, perhaps auto size in height to the content.

    And make some changes to the margin, border, padding.

    How do i do this?

    Attached files:  footer 2024-04-04.jpg

  • [deleted] replied

    Hi rasksmykker,

    For the moment your site is in coming soon mode and I can't see it but please add the code below to your Custom CSS area:

    footer.site-footer .footer-widgets .sidebar.widget_text {
        padding-top: 0;
    }
    footer.site-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    footer.site-footer .footer-bottom {
        padding-top: 0px;
    }

    Have a nice day!