-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dedicated page full support #116
Comments
Do dedicated pages currently support the ability to change the background colour, or is this issue intended to address that? I have been trying to change the background colour scheme to match the home page for hours without success... |
@corch yes, this ticket should cover it. |
* introduce new variables for colors in single pages * colors default to light section settings * adapt the class selector in theme.scss to match the html * use new variables in the page-template class
more consistent style in dedicated pages #116
Thanks for merging <3 |
I'm seeing this also. In my case, it looks like this is caused by the bottom margin ( This patch seems to help, can you try?
|
the small white space between the content and the footer is gone. But after the footer I am still seeing white space - it is only to see if the content is shorter than the actual browser window - if there's enough content and you have to scroll the browser window, there is no white space after the footer. I'd expect the white space to have the same background color as the conten. |
I played around with it and added the height line into theme.scss - that enlarges the content to the entire browser window size. Will play with it a little more.
Is 2em the right amount? How to get the height auf the actual footer? Oh no, that doesn't work if the content is longer than the actual window size and one needs to scroll. It needs to be That gives the footer at the very bottom: To have the footer right after the content and the area below the footer filled in the background color I tried that instead of the In themes.scss add the
That gives the footer right after the content and the area behind the footer in the right color: |
please see #159 |
No description provided.
The text was updated successfully, but these errors were encountered: