How can I change it? Or how can I put in footer picture 800×600 for example?
1 Answers
Hi,
If you want to change height of Footer section, you can add the following code to the Custom Code:
.site-footer {
height: 600px;
background-size: cover;
}
Hope this helps !
Please login or Register to submit your answer