Forums

Changing Width of Posts (2 posts)

  1. ProfessorApple.com
    Member
    Posted 11 months ago #

    How do I change the width of my posts? Which code do I edit? There are so many "widths" to choose from.

  2. alchymyth
    The Sweeper
    Posted 11 months ago #

    use one of the free tools from the web (for instance firebug for firefox) to investigate which style is esponsible for the post width.

    or look into the htmlm code of your post (or front page) in the browser ('view' 'view source' in the browser tool bar) and look through the code, looking for the html tags and css classes or ids, before your post title or post content starts.
    possibly something like (or similar to):
    <div id="post-<php...?> class="post">

    or post a link to your site, and someone might be able to point the right style out to you.

    be aware that a change to the post's width might not be enough, as there might be other restrictive styles around it.

Reply

You must log in to post.

About this Topic