Background and body background

martin75
13 Posts
martin75 posted this 09 November 2016

I want to give the background of the site a different colour then the colour of the body of the site. Besides that I want to stick te body to the footer.

I want to give the background of the site a different colour then the colour of the body of the site. Besides that I want to stick te body to the footer.
Vote to pay developers attention to this features or issue.
7 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 14 November 2016

Hi,

Sorry for the delay.
Please see the attached image:

background-2.png

The Page background can be configured on the Design tab. The body background can be configured on the Content&Sidebars tab (or Edit tab when the appropriate control is selected).
To stick the body to the Footer please enable "Stick Footer to bottom" option.

Please let us know if you have any other questions.

Thank you,
Olivia

Hi, Sorry for the delay. Please see the attached image: !background-2.png! The Page background can be configured on the Design tab. The body background can be configured on the Content&Sidebars tab (or Edit tab when the appropriate control is selected). To stick the body to the Footer please enable "Stick Footer to bottom" option. Please let us know if you have any other questions. Thank you, Olivia
martin75
13 Posts
martin75 posted this 14 November 2016

Thank you olivia,

I got it working. The only problem I have is that for some reason it gives me a minimum page height of 1388.
I don't know were it is coming from. You can have a look at http://pakhetbinnenhofin.nl/home/

martin

Thank you olivia, I got it working. The only problem I have is that for some reason it gives me a minimum page height of 1388. I don't know were it is coming from. You can have a look at http://pakhetbinnenhofin.nl/home/ martin
Support Team
Support Team posted this 15 November 2016

Hi,

Where exactly you see that min-height value?

Sincerely,
Hella

Hi, Where exactly you see that min-height value? Sincerely, Hella
martin75
13 Posts
martin75 posted this 15 November 2016

Dear Hella,

Enclosed a screenshot in which you can see that there is a minimum height in the inspector.
I have copied the page and renamed it and up till there it is functioning normally. I have added a password to the page, because it is a secret project. Password is: martin

Dear Hella, Enclosed a screenshot in which you can see that there is a minimum height in the inspector. I have copied the page and renamed it and up till there it is functioning normally. I have added a password to the page, because it is a secret project. Password is: martin
Support Team
Support Team posted this 15 November 2016

Hi,

That is the dynamic value that is changed by the script when you resize the window or content changes.

Sincerely,
Hella

Hi, That is the dynamic value that is changed by the script when you resize the window or content changes. Sincerely, Hella
martin75
13 Posts
martin75 posted this 15 November 2016

But for some reason it leave a white gap between the footer and the last content. I have copied the page http://pakhetbinnenhofin.nl/de-opdracht/ (same password) and it does not do that.

But for some reason it leave a white gap between the footer and the last content. I have copied the page http://pakhetbinnenhofin.nl/de-opdracht/ (same password) and it does not do that.
Support Team
Support Team posted this 17 November 2016

Hello Martin,
It's the issue on our end. It has been already resolved and the fix will be included into the next Themler update. In the meantime use custom CSS to extend the background . Here is code sample for your page

.bd-stretchtobottom-8.bd-stretch-to-bottom {
    background-color: #ffffff;
}

Regards,
Aileen

Hello Martin, It's the issue on our end. It has been already resolved and the fix will be included into the next Themler update. In the meantime use custom CSS to extend the background . Here is code sample for your page .bd-stretchtobottom-8.bd-stretch-to-bottom { background-color: #ffffff; } Regards, Aileen
You must log in or register to leave comments