How Do I Maximise the 'side bar' space?

Discussion in 'ClassiCraft WordPress Theme' started by calvinhon, Aug 28, 2013.

  1. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi Support,

    How do I remove the side bar space since I no longer need to display 'Recent Ad' and / or 'Recent Posts' etc by the right side of the page?

    See attached picture to see what i mean the white space 'side bar' where the 'Recent Ad' widget used to be...i want the main body to fully utilised that white side bar space.

    Let me know the magic code 'step-by-step' guide please :) thanks




     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You can use fullwidth template. If you don't want sidebar in the page.
    But for other page. It require customization in theme's layout.
     
  3. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi Nitesh, yeah, but how do i use the fullwidth template? Please show me the light :) thanks.
    and where do I customise it any specific .php ?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Follow the instruction given below.

    1. Download the attached file with this post and unzip it.

    2. Copy the unzip template_fullwidth.php file and paste it in your theme directory.


    3. Go to the Pages > Add New in your dashboard and then select the Fullwidth template from the Page Attribute section as shown in the image given below.

    [​IMG]

    This will solve your issue.
     

    Attached Files:

  5. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    whoa man!! This is what I've been waiting for! you are the man!
    ok, just one tiny favour, how do I indent a little the heading 'Pox Office' and everything to the right (just a little) - see attachment for reference, cause right if you look at it, every sticks to the edge.


    thanks,
     

    Attached Files:

  6. colinmcgerty88

    colinmcgerty88 New Member

    Joined:
    Aug 29, 2013
    Messages:
    20
    Likes Received:
    1
    What template does the home page use and can you add the Full width template to the homepage?
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .content h1.page_title {
    padding-left: 15px;
    }
    .content_wrapper .content p {
    padding-left: 15px;
    }
    .content_wrapper .content {
    padding-right: 10px;
    }
    #padding .recent-posts .front-page-post p {
    padding-left: 0px;
    }
    #padding .recent-posts {
    margin-left: 12px;
    }
    This will solve your issue.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    Home page of the theme uses the index.php file that is present in your theme directory and
    if you want to change your homepage with another page then,
    just go to Settings > Reading and select your static page from there.
     

Share This Page