• Resolved myndphunkie

    (@myndphunkie)


    Using TwentyTen theme, everything is OK until I add a mdocs category

    Once I add the shortcode, my menu + header image gets pushed across to the right.

    See link for details.

    Is there some CSS I need to edit?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bhaldie

    (@bhaldie)

    try editing the file style.css for the theme and changing this:

    
    #wrapper {
    	background: #fff;
    	margin-top: 20px;
    	padding: 0 20px;
    }
    

    to this:

    
    #wrapper {
    	background: #fff;
    	margin-top: 20px;
    	padding: 0 0;
    }
    

    its the best I can do.

    Thread Starter myndphunkie

    (@myndphunkie)

    Worked for me – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout gets pushed to the right’ is closed to new replies.