Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter veekee

    (@veekee)

    Thanks for the info. I would call myself a high-level beginner with CSS, so I do understand that the widths can’t add up to more than the wrapper, and I can read most of the CSS in the theme. The problem is I know nothing about how the CSS applies/relates to the wordpress theme’s PHP files and it looks like this might be both a CSS and a PHP edit in the Imbalance 2 theme.

    I think these forums are more active than the wpshower forums, was hoping to get some faster help here! ??

    Hi there,

    I’m new to WordPress and I’m also trying to remove the sidebar on the Autofocus theme. Where exactly do I place the below code in? Many thanks!

    .single .post{
    float:none;
    margin:0 auto;
    overflow:hidden;
    width:800px;
    }
    .single .post .entry-meta {
    display: none;
    }
Viewing 2 replies - 16 through 17 (of 17 total)