Viewing 2 replies - 1 through 2 (of 2 total)
  • it seems that your child theme is not importing the stylesheet of the parent theme, therefore missing alot of important styles.

    try and add:

    @import url("../twentyeleven/style.css");

    to style.css of the child theme, before the other ‘@import’ line

    Thread Starter pennywhistle

    (@pennywhistle)

    Sorry, just realized I posted this under the wrong topic.

    I intentionally didn’t import the parent theme’s styles because I wanted a more stripped down site.

    I figured out the alignment problem. Enter this code and adjust accordingly to fix alignement issues.

    #content {
    position:relative;
    top:-114px;
    left:150px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I align content?’ is closed to new replies.