Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 4 posts - 1 through 4 (of 4 total)

blog

  • #42825

    Alex

    How can I make the blog posts fullwith and remove the widgets?

    Nice theme.

    Alex

    #42866

    Towfiq I.

    administrator

    open up page-blog.php and remove this:

    <?php if(of_get_option('nosidebar_checkbox') == "0"){ ?><?php get_sidebar();?><?php } ?>

    and then add this to the very bottom of your stylesheet:

    .page-template-page-blog-php .aly5{width:100%;}

    #86325

    Andrea Sparks

    subscriber

    Hi,
    I also want to remove the sidebar on my blog page and make the page full width. I edited the PHP you mentioned above and it removed the sidebar.

    I added the CSS to my stylesheet but it didn’t make the page full-width. Do I need to customize the CSS for my site?

    Here is my page:
    http://kraftassettest.com/resources/news/

    Thanks

    #86413

    Towfiq I.

    administrator

    add this to your stylrsheet:

    .lay4{width: 100%!important;}
    .lay4 .hentry{width: 98%!important;}

You must be logged in to reply to this topic.