-
Author
-
October 7, 2014 at 20:00 #31008FredParticipant
Hi,
Thanks for taking the time to read. I am trying to do two things:
1) I want to set the height of the theme to 100% so that it takes up the whole screen
2) I want to make the widget titles bold
I have tried various CSS code, this is what I’ve got at the moment but I either get nothing, or things go wrong.
COPY CODEhtml{ height: 100%; } body { min-height: 100%; } #widget-title { font-weight:bold; }
If you can point me in the right direction I would very much appreciate it.
October 7, 2014 at 20:09 #31009sharmstrModeratorwidget-title is a class, not an ID. So instead of a hash in front of it, it needs to be a period
COPY CODE.widget-title
For the height, are you saying you want the browser to be in fullscreen mode?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2014 at 20:25 #31013sharmstrModeratorI’m not support. If you’d like me to help, I cant see private messages. 🙁
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2014 at 20:39 #31014FredParticipantOops, sorry. That’s very kind of you. Thanks for the widget info.
I have attached an image. My client says he wants there to be no white space under the footer area, so the theme would need to be 100% in height?
Attachments:
You must be logged in to view attached files.October 7, 2014 at 21:07 #31017sharmstrModeratorMaybe someone knows a solution. But that white space will only happen if there isn’t enough content which shouldn’t happen on many pages. You cant set body to 100% to achieve what you want. You have to stretch the container. You could possibly set the container to a minimum height, but you have no idea what the height should be for every given user. The other option might be to change the body background-color to black.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 8, 2014 at 08:15 #31036FredParticipantYes that’s what I tried to explain to my client… but he really wants the white space gone!
How do I use CSS to set the body to 100% ? I have tried a few different codes like the one above but I can’t seem to figure it out.
Thanks so much for your help
October 8, 2014 at 08:33 #31038FredParticipantOh, I misread. You said it can’t be done that way.
I will speak to my client again and see if I can talk him out of it, because it does seem unnecessary.
October 8, 2014 at 09:33 #31039sharmstrModerator🙂 Add more things to the side bar. That will make the page longer and get rid of the whitespace.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.