• Resolved StampedePete

    (@stampedepete)


    Hi,
    Loving this theme, I was wondering if there was anyone that could help me make the body a little bit more narrow. I think the sidebar is fine, I’m just looking to reduce the overall width of my website’s footprint.

    I’m going to also reduce the size of all the fonts, if anyone wants to help me before I do some trial and error.

    If I figure it out I’ll post a response also.

    Pete

Viewing 1 replies (of 1 total)
  • Thread Starter StampedePete

    (@stampedepete)

    I was able to find my own solutions!
    The code is laid out very intuitively, otherwise I would never have found 99% of these items.

    Here is what I did.
    Under Post header, change the title font size.

    .post-title {
    font-size: XXXem;

    Unter Post Content, change the post font size.

    .post-content { font-size: XXXem; }

    Under section 0. CSS Reset, i was able to change the font size on the sidebar.

    font-size:XX%;

    I found that I could adjust the width of my blogs posts without affecting the sidebar in the STRUCTURE section.

    .section-inner {
    width: XXXXpx;

    lastly I tweaked the navigation menu font size and area height.

    .blog-menu a {
    padding: XXpx XXpx;
    font-size: XXpx;

    Check out my website and let me know if you like the changes, or if you have any ideas on how I can improve upon it.
    http://www.StampedePress.org

Viewing 1 replies (of 1 total)

The topic ‘Narrow Body and Sidebar’ is closed to new replies.