[Resolved] 100% height container / rounded corners

Home Forums Support [Resolved] 100% height container / rounded corners

Home Forums Support 100% height container / rounded corners

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #80743
    Martin

    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?

    #80910
    Tom
    Lead Developer
    Lead Developer
    #122267
    Derek

    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.

    #122278
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #122512
    Derek

    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.

    #122513
    Tom
    Lead Developer
    Lead Developer
    #122521
    Derek

    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.

    #122522
    Derek

    disregard that last post. i got it.

    #122562
    Tom
    Lead Developer
    Lead Developer

    Just a single space to separate section classes will do the trick πŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.