HOME PAGE BOTTOM FEATURE

Discussion in 'ButterBelly WordPress Theme' started by joswebsitedesign, Nov 18, 2013.

  1. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hi there

    Is it possible to reduce the width size of the Home Page Bottom Feature section?

    I have added a video in and would like to to increase the size of the Widget area so that it is more visible.

    Many thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-19_1346.png

    2013-11-19_1346_001.png


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .stMain {
    width: 100%!important;
    }
    

    This will solve your issue.
     

Share This Page