Footer image repeats horizontaly

In the Footer my image seems to repeat itself. I also have the do not repeat snippet in theme.css aswell. Do I need to resize the photo? Doesnt seem to be anywhere size recommendations for Footer image in my theme Warehouse for the footer.

@kiburi-lifestyl - can you please share this page link?

Hi @kiburi-lifestyl

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.css. Append the following CSS snippet to the end of the file

.footer {
    background-repeat: no-repeat;
    background-size: cover;
}

Result

Have a nice day

1 Like

Awesome, that fixed it, thanks mate :slightly_smiling_face: , greatly appreciate it :slightly_smiling_face:

@kiburi-lifestyl Hi
I’m glad my answer solved your issue. Please mark that answer as the solution. It will serve as a reference for others who may encounter similar problems in the future.

Best regards