Forums

[resolved] Content Shifted Left - Structure Theme (4 posts)

  1. lsmgrant
    Member
    Posted 9 months ago #

    Can someone help me please. I'm new to WordPress and I have been building my blog bit by bit over the past couple of days. Well, somewhere along the way everything between my header and footer shifted to the left an dI have no clue when I did it or how to fix it. Any help anyone could give me would be GREATLY appreciated. Although I have the CSS upgrade, I haven't touched anything in it so, if it's the code that is the problem, I don't know ow to fix it because I didn't touch it lol Thanks in Advance :-)

    My blog is lsmgrant.wordpress.com

  2. StockPhotoGram.com
    Member
    Posted 9 months ago #

    Look for this code in your CSS file

    #content {
        float: left;
        width: 660px;
        margin-left: -30px;
    }

    Remove the last line

    margin-left: -30px;

  3. lsmgrant
    Member
    Posted 9 months ago #

    Thanks for answering me. I actually figured it out this morning and fixed it myself lol. I was just getting ready to delete this thread when I saw your response. Thank you so much for your response anyway, though :-)

  4. StockPhotoGram.com
    Member
    Posted 9 months ago #

    No problem, glad it's solved, have a nice day!

Reply

You must log in to post.

About this Topic