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
Hello Ben, For this Go to the Appearance > Editor, Open single.php and remove code as shown in the image given below.
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;}
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
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
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>