George
asked 9 years ago

How can I change it? Or how can I put in footer picture 800×600 for example?

1 Answers
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro