Forums

Formatting questions for Yoko theme (3 posts)

  1. appalachian
    Member
    Posted 7 months ago #

    I am figuring this out as I go -- a lot of trial and error. A few items I can't seem to figure out in Yoko:

    1. How to indent content on site pages (rather than blog pages) -- this includes page headers. http://acgogolski.com/

    2. How to widen the content area on the blog pages and push widgets to the right. http://acgogolski.com/?page_id=34

    3. How to shrink spacer/padding above the footer. http://acgogolski.com/ Note how above the footer hr, there is a wide gap.

    Thank you--

  2. peredur
    Member
    Posted 7 months ago #

    1>

    #content.full-width .page {
      padding-left: NNNpx; /* Whatever indent you want */
    }

    2>

    #main {
      width: NNN%; /* Whatever width you want */
    }

    (Assumes you're not going to use the widget locations on the extreme left)

    3>

    #comments {
      padding-bottom: 0;
    }

    Hopefully none of these rules will trip over each other. I can't really test that from here.

    HTH

    PAE

  3. appalachian
    Member
    Posted 7 months ago #

    This was very helpful. Thanks--

Reply

You must log in to post.

About this Topic