Need help editing footer image
-
I recently got help with my header banner image headshot so it sits on the bottom of my banner.
I got to learn how to use CSS better I am afraid, because I havea new issue.
Using this at the moment, to make the header funtion.
.wp-block-cover.alignfull.is-light {
height: 360px;
}
figure.wp-block-image.size-full.is-resized {
position: absolute;
bottom: 0;
left: calc(100vw/2 - 227px);
}Now I also have a footer of 360px high and the image does not want to sit on the bottom, which I would like, and it also has small margins on the side i don ‘t need (less bad)
How do I fix this with CSS?
I wouldn’t like to mess up the header again of course, and I am trying to see if this footer image can work without being edited.
Thanks in advance!
The page I need help with: [log in to see the link]
The topic ‘Need help editing footer image’ is closed to new replies.