Site logo

Archived topic

100% height container / rounded corners

8 replies · Started by Martin on February 27, 2015

Viewing posts 1–9 of 9

Using separate containers layout, I am wondering how to get the main body background to extend to the footer, even if it's shorter than the sidebar height. I think the CSS is height: 100%; but I'm not sure where to put it. Also is there any way to get rounded corners on the containers?

Tom. what css custom class would i add to a section from section add on? For rounded corners?
I know the answer is above but im new to css. this would help me greatly.

You can add whatever class you like, you just have to match it up with CSS.

For example, if you added the class: round-me

You would then add this CSS:

.round-me {
      border-radius: 10px;
}

WOW,the light just came on. so class is really like a label. so Wordpress knows where to apply it.. I would add the css code into the style sheet of the child theme?
I know this seems elementary to you and I really appreciate your input and support.
Whenever I get the chance I recommend your theme.

That code worked! Im trying to add a second class now and it won't work. how do I add second class? i tried commas and brackets to separate them.

disregard that last post. i got it.

Just a single space to separate section classes will do the trick :)

This archived topic is closed to new replies.