Forums

Help! - Lost all of left margin on posts (5 posts)

  1. SMF2382
    Member
    Posted 1 year ago #

    Hi!

    In an effort to try to increase the padding/gap between my blog posts and my ride sidebar, I inadvertently did something that moved my posts all the way to the far left, with no margin at all now. If you visit the blog, you can see that it should be lined up in the center, with the left side of the post falling underneath "About".

    Any help will be greatly appreciated. I'm at a complete loss.

    Blog - http://www.theamateursdish.com
    CSS - http://pastebin.com/qxfuguFU

    I believe that the problem could be in this part of the code:

    #content {
    margin-top:10px;
    }
    .post, .search .page{
    text-align: justify;
    overflow:hidden;
    margin: 0 13px 0 0;
    padding:12px 7px 12px 7px;
    }

    I was doing a little trial and error testing, however despite putting everything back how it originally was, the posts still remained all the way to the left.

    Thank you in advance!!!

  2. ClaytonJames
    Member
    Posted 1 year ago #

    remove the url from the content container;

    #content_container{http://theamateursdish.com/wp-admin/theme-editor.php?file=/home/content/80/6146480/html/wp-content/themes/under-the-influence/style.css&theme=Under+the+Influence&a=te&scrollto=4450

    That will snap it back into place... then from the nav links;

    .navigation a{
    	padding: 0 5px;
    	border:none !important;
    	}http://theamateursdish.com/wp-admin/theme-editor.php?file=/home/content/80/6146480/html/wp-content/themes/under-the-influence/style.css&theme=Under+the+Influence&a=te&scrollto=427
  3. SMF2382
    Member
    Posted 1 year ago #

    Hi, and thanks for your quick response.

    I deleted...

    {http://theamateursdish.com/wp-admin/theme-editor.php?file=/home/content/80/6146480/html/wp-content/themes/under-the-influence/style.css&theme=Under+the+Influence&a=te&scrollto=4450

    ...from just after #content_container;

    and...

    http://theamateursdish.com/wp-admin/theme-editor.php?file=/home/content/80/6146480/html/wp-content/themes/under-the-influence/style.css&theme=Under+the+Influence&a=te&scrollto=427

    ...from the nav.

    Unfortunately, it didn't snap into place, and I noticed some changes to the sidebar. Any suggestions?

    Thanks again!

  4. SMF2382
    Member
    Posted 1 year ago #

    Oops, meant to paste this..

    after the changes - http://pastebin.com/AA9hAMcK

  5. ClaytonJames
    Member
    Posted 1 year ago #

    Id you haven't already fixed it, I suggest restoring a copy of the original style sheet from backup and continue on from there.

Topic Closed

This topic has been closed to new replies.

About this Topic