• Site: cottonduckdesignstudio.com

    I seem to be losing the left 30-40px of all of the pages on my site. I fixed the footer portion but for the LIFE of me I can’t get the code for the pages. The worst page is testimonials.

    This is what I have tried so far:

    body
    {
    margin:0;
    padding:0;
    }
    .container
    {
    position:relative;
    width:100%;
    }
    .right
    {
    position:absolute;
    right:30px;
    width:900px;
    background-color:#ffffff;
    }
    .center {
    	margin-left: auto;
    	margin-right: auto;
    	width: 70%;
    	background-color: #ffffff;
    }
    </blockquote>
    <blockquote>#testimonial-page {
    	margin-left: 30px;
    }

    I’m at my wits end, I posted earlier today I was so scared of coding, now I want a t-shirt with “code is poetry on it” 🙂

    Any help would be AWESOME!! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter cottonduckdesignstudio

    (@cottonduckdesignstudio)

    I think you may have helped me earlier today on another issue, again thanks, I found the code you were talking about.

    I guess I don’t know what you mean… (I feel like I should). I know what Firefox is, but I’ve always been told it was evil and hard to use… not something that seems appealing to me 🙂

    Why would that help?

    If you are going to do any work on themes or design, then you need to download and start using Firefox now. It’s probably the most popular browser amongst developers. Firebug is an add-on tool that makes design debugging far much easier.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Losing Left Side Of Page’ is closed to new replies.