Support » Themes and Templates » Align posts to left in WP Folio

  • Hello,
    I am using WP Folio and and I would like to have all of my posts align to the left of the page, underneath the first menu box, instead of centered. I am not talking about aligning the text inside of a post, but rather, how do I make the post appear on the left of the page instead of being centered?

    See here: http://3-search.net/about/
    I’d like the text to appear under the “Home” box rather than the “Projects”box.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is the one you want:

    .widemargins { margin: auto 135px; }

    Try changeing 135px to 30px

    Thread Starter Karl Erickson

    (@karl-erickson)

    Ah, thanks so much.
    Very helpful.

    If I can be pushy, would you know how to do the same for our portfolio page?
    http://3-search.net/category/projects/

    Thanks again.

    -Karl

    No prob 😀

    Remove #content { margin: 0px; } and set the width of .img-frame { width: 220px; }

    //MadsRH

    Thread Starter Karl Erickson

    (@karl-erickson)

    Hey thanks again.
    It doesn’t seem to be working (or I am too thick to know the right place to put this.
    I am trying to get the page that has the links to all of our posts to align to the left. I think there is some sort of buffer around the table(/), but not sure.
    This is the code I think is where the changes should be made:
    Any guidance would be appreciated!

    .img-frame{
    	width: 25%;
    	min-width: 220px;
    	height:225px;
    	float: left;
    	display: inline;
    	margin-top: 10px;
    }
    .img-container{
    	text-align:center;
    	margin-right:auto;
    	margin-left: auto;
    	display: inline-table;
    }

    -Karl

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align posts to left in WP Folio’ is closed to new replies.