How can I make home page content full width?

Discussion in 'Elite Pro WordPress Theme' started by shawnlyte, Jan 25, 2013.

Thread Status:
Not open for further replies.
  1. shawnlyte

    shawnlyte Guest

    Joined:
    Nov 25, 2012
    Messages:
    7
    Likes Received:
    1
    I am building a website on which I'd like the front/home page content to be full width, not just 3/4 or whatever the default is. I've tried removing the sidebar.php script among other things, but can't seem to find where in the CSS to do this.

    Any help will be greatly appreciated. :)
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the front-page.php file present in your theme directory and remove the code given below
    PHP:
    <div class="grid_sub_8 sub_omega">
        <?php get_sidebar(); ?>
    </div>
    and paste the code given below
    HTML:
    <div class="grid_24">
    instead of
    HTML:
    <div class="grid_sub_16 sub_alpha">
    for your reference see the image given below:

    [​IMG]

    this will solve your issue.

    Thanks.
     
  3. shawnlyte

    shawnlyte Guest

    Joined:
    Nov 25, 2012
    Messages:
    7
    Likes Received:
    1
    Not only did this solve the issue, it won me a new client! Thank you soooooooo much, Piyush! Have a great weekend! :)
     
Thread Status:
Not open for further replies.

Share This Page