Removing the areas in red from post pages?

Discussion in 'Infoway WordPress Theme' started by bernz, Apr 18, 2013.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    I am attempting to remove the side and bottom areas in my post. I am attaching a screen shoot so that you can view what I am attempting to remove. The link is (http://www.harmonymhbs.com/?p=39).

    Thank you,

    Ben
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

    For this
    Go to the Appearance > Editor, Open single.php and remove code as shown in the image given below.

    [​IMG]

    [​IMG]
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Will this work if I want the side information removed if I add a page instead of a post?
     
  4. Nitesh

    Nitesh Support Staff

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

    Solution above can only remove sidebar from single page.
    To remove sidebar from all pages
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar{
    display:none;}
     
  5. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    That worked, but know I have a lot of white space to the right of my image and text. how do I flow the text freely in those/that area so there is no white space?

    I have included a link so that you can see can get an visual of what I am referring to.

    http://www.harmonymhbs.com/?page_id=73

    Thank you
     
  6. Nitesh

    Nitesh Support Staff

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

    Edit this page and select fullwidth-page template for it.
    Check image for reference.
    [​IMG]
     
  7. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Another question on the white space that's left open when I remove the text from the side area, is there a way to add graphics in that area? If so how?

    Thank you,

    Bernard
     
  8. Nitesh

    Nitesh Support Staff

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

    You can add images through "text widget" in sidebar widget.
    Go to the Appearance > Widget
    drag text widget and drop it in the primary, secondary sidebar widget area.
    Then add code given below in it.

    Code:
    <a href="your link address"><img src="your image address"></a>
     

Share This Page