Before you ask please READ THIS

How to make the 'blog' post area wider [Skyfashion]

edited July 2013 in Skyfashion Posts: 18
Hi,

We would like to make the 'blog' portion wider to ultimately make our photos larger. How would we go about doing this? To give an example, here is another blog. We'd like to try something similar in terms of image size - http://fellt.com/garypepper

Thanks

Comments

  • Posts: 493
    Hi ourmode,

    It's not possible right now because at the right side we have sidebar which is a placeholder for widgets. But you can edit two files : blog.php and common/css/skeleton/layout.css

    in blog.php find:
    <div id="primary" class="widget-area" role="complementary">
                <?php if (!function_exists('dynamic_sidebar')
                        || !dynamic_sidebar('blog-widget-area')) : ?>
                <?php endif; ?>
            </div>
    and delete it

    in layout.css find div#blog_posts and edit like below:
    div#blog_posts {
    div#blog_posts {
        float: left;
        //max-width: 680px;
        position: relative;
        width: 100%;
    }
    }
    We dont recommend it at all because we dont know how responsive it will be but you can try it.

    With regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion