• I changed something and now I can’t fix it. I have tried re-installing theme, but that didn’t work.
    the 3 widget don’t fit on the page anymore, one has dropped done.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter shakya27

    (@shakya27)

    Thread Starter shakya27

    (@shakya27)

    To explain better I want to fit the 3 widgets on the front page. http://www.picnicin.com.au Can I reload the information and fix it that way. If so how do I do that.

    Theme Author designpromote

    (@designpromote)

    3 widgets is controlled by line 332 in style.css:
    .home-widget .widget {
    float: left;
    width: 300px;
    }

    line 59 in front-page.php:
    <?php get_sidebar(‘front’); ?>

    line 23 in sidebar-front.php
    <div id=”secondary” class=”home-widget” role=”complementary”>

    please check if .home-widget is included (by disable <?php get_sidebar(‘front’); ?>)

    You didn’t use the Restaurant theme on your site so I can’t check for you. However, I hope it help.

    how do you disable?

    I am referring about comment
    by disable <?php get_sidebar(“front”); ?>

    deleting this statement there in the sidebar-front.php file ???

    I am having the same problem.

    Theme Author designpromote

    (@designpromote)

    like this:
    <?php //get_sidebar(“front”); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing front page widget sizes’ is closed to new replies.