This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi, pls scroll down to the bottom of this page: http://www.jensengrill.com/da
and view this:
https://www.evernote.com/shard/s1/sh/16dc193e-3f6d-47b2-89b2-358edfb28bf0/2ec60423f5a2c2fb7ec586acf09fbd2e
You’ll see some subtle color differences as if the background images can’t extend that far – it turns grey.
***
.page-wrapper {
background-image: url(“http://jensengrill.com/wp-content/uploads/kulbaggrund.jpg”) !important;
background-repeat: no-repeat;
background-attachment: fixed;
}
***
Also, a line appears above the footer section – how can I delete it?
Looking really forward to your answer.
Best regards
Jens
Hello,
It seems that you already solved the problem with background http://prntscr.com/cbkbq4
Also, you can add this code in Custom CSS:
.footer.footer-bottom-3 .container {
border-top: none;
}
Regards,
Rose Tyler.
Hello Rose, thx for the additional code.
However, the background is not resolved – if you view the page on a large screen you’ll see the grey background. Is there somewhere a code which defines the maximum page layout?
Thx.
Jens
Please use this code:
.page-wrapper{
background-size: cover;
}
Regards,
Rose Tyler.
Hi Rose, works like a charm. Many thanks.
Jens
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘theme width/size and line’' has been successfully resolved, and the topic is now closed for further responses