Viewing 11 replies - 1 through 11 (of 11 total)
  • Images aren’t useful for CSS issues – have you validated it?

    http://jigsaw.w3.org/css-validator/

    Or try using Firebug to see what’s going on with the CSS.

    Thread Starter urbannerd

    (@urbannerd)

    well i used it to show what area got smaller.

    i validated the site, and it has a lot of errors
    but they all seem to be plugin related?

    No one can see anything useful from an image – you need to post a link to your site for CSS help.

    Thread Starter urbannerd

    (@urbannerd)

    Oh man sorry. idk how i forgot that lol

    PRCSION

    LOL – I was kinda wondering :)… But I don’t see a problem on your site (that I can tell anyway) – it seems to depend on the browser width – have you tried clearing the cache on your browser?

    Thread Starter urbannerd

    (@urbannerd)

    so if you look at the two photos in the OP
    you dont see that now the content area is a little wider than the PRCSION logo up top, and now the logo is wider than the content area.

    and do you not notice that the title like on the contact page
    is right up against the left of the content area?

    i tried to clear my cache too

    Kinda, but hard to tell why or what. Try this CSS:

    body .site {
        max-width: 1100px;
    }

    Thread Starter urbannerd

    (@urbannerd)

    it worked to make it wider,
    but everything still sits all the way to the left,
    no normal padding areas.

    for example that banner on the home page that says
    live life with prcsion used to just sit in the middle
    by itself?

    Try adding padding to this in your child theme:

    #page {
        margin-top: 310px;
        padding: 0 20px;
    }
    
    #page img {
         display: table;
         margin: 0 auto;
    }

    Thread Starter urbannerd

    (@urbannerd)

    yes! it works. 😀

    is there any way to give you rep, points, feedback, anything?! lol

    youve helped me on here a few times and i appreciate it sooo much. haha

    Awesome – thanks here is fine (and appreciated) :)! (Gets me good karma points in the big counter in the sky!) You’re welcome too.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Used WP editor, caused site to shrink.’ is closed to new replies.