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
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.
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 ?
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. This will solve your issue.
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,
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.
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.