How do i make my logo on my header bigger and also make it bigger for my home page as its very small and i would like it to be bigger and more visible. im using boundless, the link to my webiste is www.samplescentsuk.com password is GFYHFUR
Your main issue is that there is a lot of white space on your logo. As shown in the link
You need to get rid of the empty space.
After you completed the above, it should be bigger, if you need it more bigger, add this to your theme.scss.liquid file in your asset folder
.site-header__logo img {
max-height: 65px;
}
It's currently at 65px, increase it to make it bigger. BUT as mentioned make sure you fix your picture before doing this
User | Count |
---|---|
389 | |
204 | |
123 | |
46 | |
42 |