Hi Mariandee,
You have two options here:
a) Add background color to your home wrapper
.home #wrapper {
background: #1a2026 url(images/bg-wrapper.png) bottom repeat-x;
}
b) yes, even taking the sidebar down. Open front-page.php and locate this line:
<?php get_sidebar('home'); ?>
and change it to:
<?php // get_sidebar('home'); ?>
Now here is the thing, when sidebar is gone you will still have the background where widgets were before as well as a
if you need that can be removed as well from front-page.php and add transparent background to your wrapper like this:
.home #wrapper {
background:transparent;
}
If there's anything else please let me know,
Emil
marinandee wrote:Hi Emil,
My name is Marinandee and I'm a user of Highlander theme. I've a problem with the sidebar widget when try to put a Price Table in my post. I don't know how to describe what happen but to make everything clear, you can go to my site: http://www.buyseobacklink.org. I believe the post content area has insufficient space and thus make the sidebar widget goes down. It's better if I can remove all of them. Is it possible?