Hi I am new to the Fusion theme.
Can someone help me remove the widgets on the left and remove the second column where those widgets are? I would like one column.
The site is http://www.pambartha.com/pam
I do not see these widgets in the Appearance/widgets/default sidebar so I cannot remove them there. Not sure where they are listed as default widgets.
If someone could please help that would be so terrific.
Thank you for your time.
Sorry I meant the widgets on the right hand side/column. Not sure to find this in the css file. Thanks again.
OK I have managed to get the sidebar moved but now it is at the bottom of each page. Can someone please suggest a way to remove the sidebar from all pages from this fusion theme. The site is http://www.pambartha.com/pam
Thank you so much...
In your template files (index.php, pages.php, etc.), look for something that looks like this:
<?php get_sidebar(); ?> and remove it.
petrusfajarsubekti
Member
Posted 1 year ago #
May i elaborate the problems?
Because i get some troubles too regarding this problem( with Fusion Theme too)
I have a blog. If i change the widget setting, all of the setting will only apply after i log out the wp-admin?
Does anyone experience it too?
can someone help me??
thank you before.
Parafly9
Member
Posted 1 year ago #
if you still want the sidebar, just not jutting up into the header so far, simply adjust this:
#sidebar-wrap1 {
background: url("images/side-start.png") no-repeat scroll left top transparent;
height: 100%;
margin-top: 36px;
padding-left: 28px;
}
Change margin-top to push the entire sidebar up or down. I adjusted mine to 195px and it just peeks into the header a tiny amount.