Suen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: removing sidebar on front(home) page and center/extend the widthHi Michael thanks for your comment. I have added the following to page.php
<?php if (!is_front_page()) { get_sidebar(); } ?>This made the sidebar go away on the homepage. As for the part where it centers the content and width, I am not quite sure but I’ve been trying this on the style.css
.single_left { float: left; margin-top: 20px; width: 930px; }I tweaked that to 1180px but it pushes everything out of the page. when I changed it back to 930px, the page somehow worked properly again but now the sidebar on other pages had gone funny and went down the page. Hope you can identify the issue, thanks!
Forum: Fixing WordPress
In reply to: removing sidebar on front(home) page and center/extend the widthHi Tara,
The developer doesn’t get back to me and I’ve been trying to figure it out on my own. I hope maybe you have some suggestions for me.
I have managed to tweak my theme so that the sidebar is gone on the homepage and the width extends and center. Sidebar remains on other pages which is good, but the body width of these pages also extended and center, pushing the sidebar down. (http://www.sensible-edibles.com/?page_id=2)
The theme is free: https://dessign.net/shopper-responsive-woocommerce-free/
Hope to hear back from you or anyone else, thanks!
Forum: Fixing WordPress
In reply to: removing sidebar on front(home) page and center/extend the widthThank Tara, I have contacted the developers (: