Archived topic
Footer logo size
3 replies · Started by Danielle on April 5, 2022
Hi,
I was trying to get the size of the logo correct (it needs to be smaller), but when I update it, it will still show the big logo.
I allready tried full with but it doesn't get full with.
Hi there,
if you select the image block, in the settings what width and height values are their ?
And what about the footer width. Right now you see white space at the left and right side. I just want the black background full width in the footer. How can i fix?
Hi Danielle,
The spacing in Shop Template can be modified in Appearance > Customize > Additional CSS: https://share.getcloudapp.com/2Nuzz9Q4
Specifically, you can try removing this code chunk or modifying its values:
@media (min-width: 769px) {
body {
padding: 30px;
}
.site-footer {
margin-top: 30px;
}
}
Hope this clarifies. Kindly let us know how it goes. :)