• Any way of making the Logo located on the footer bar bigger, it seems very small and compaired with the header image its much smaller?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The footer logo size is currently having limited height that is specified in the main theme’s stylesheet. You can change it with this simple CSS code:

    .footer-logo {
      max-height: 300px;
    }

    Add it to your site’s Additional CSS under the Customize menu.

    Thread Starter paulssni

    (@paulssni)

    Hi

    Thats perfect.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Footer Logo’ is closed to new replies.