Simple CSS Question?

  • Unknown's avatar

    Hi, in my wordpress site I have an integrated forum with Wp-United and use the Twenty Twelve Theme.

    My website has the right side bar but my forum is set for full page width without the side bar.

    My issue is the width of the main content in for my forum:
    <div id=”main” class=”wrapper”>
    <div id=”primary” class=”site-content”>
    <div id=”content” role=”main”>
    <article id=”post-124″ class=”post-124 page type-page status-publish hentry”>
    <header class=”entry-header”>
    <div class=”entry-content”>
    <footer class=”entry-meta”>
    </article>
    <div id=”comments” class=”comments-area”> </div>
    </div>
    </div>
    </div>

    In my CSS style sheet the site-content class is set to 70% even without the sidebar present.
    .site-content {
    width: 70%;

    If I change this to 100%, it takes affect on the whole site.

    How do I only have it take affect on this article below?
    <article id=”post-124″ class=”post-124 page type-page status-publish hentry”>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    This is the WordPress.COM support forum. You need to post to the WordPress.ORG support forum for help with your site because it is not hosted by WordPress.COM.

    WordPress.com and WordPress.org are completely separate and have different logins http://support.wordpress.com/com-vs-org/

    If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.

  • Unknown's avatar

    Hi, there is a Twenty Twelve Theme Support forum at WordPress.org where you can post your question.

  • The topic ‘Simple CSS Question?’ is closed to new replies.