• I have a site that somehow the footer is over to the right and the entire site has shifted to be twice as wide as it should be.
    gentryfinance.net Can anyone give me an idea what is wrong?
    I reduced the width of the pictures hoping that would help, but it is like the page content area is half as wide as it should be and the background is twice as wide as it should be. I

    I don’t want to start over, but I will if that is my only choice.
    Thank you in advance for any help you can give me.

    Robin

Viewing 4 replies - 1 through 4 (of 4 total)
  • in style.css:

    #page{width:9000px;margin:0 auto;}

    9000px is massive – try with 940px

    Thread Starter isay81

    (@isay81)

    Thank you so much! I did this site when I first started and it never occured to me that I would have made changes like that back then. Duh! I remember I was trying to delete the sidebar and that was the only way I could make it work, at the time

    Thread Starter isay81

    (@isay81)

    Would I dare just delete the entire Sidebar Editor?

    in the templates, there is likely to be the call for the sidebar:
    <?php get_sidebar(); ?>
    you could atart by deleting this from all applicable templates;

    you might need to adapt the css afterwards, for the content to expand into the ‘ex-sidebar’ space.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme proportions’ is closed to new replies.