Skip to main content

How to increase the size of the logo and header?

Can I augment the size of my logo and header?

Neira Dzabija avatar
Written by Neira Dzabija
Updated over 2 months ago

If you want your logo and header to appear bigger, you need to add the CSS code snippet below to your custom CSS box under Settings > Design 👇

.socialwall_header {
height: 100px !important;
}

.socialwall_container {
margin-top: 115px !important;
}

.socialwall_header.custom img.logo {
height: 80px !important;
}

Once you add it, you will notice that your header and logo appear much bigger than before 👇


🚨Please note: it does NOT work on Kiosk layout!

In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!

Did this answer your question?