Remove widget from sidebar
-
Can’t remove widget from sidebar – http://matcharepublic.com
In the site the sidebar is there, how do i remove it, have taken it off the widgets but its still there? Any easy fixes?
-
Hi av8r10,
Copy the code given below and paste in Dashboard -> Appearance -> Theme Options -> Styling Option -> Custom css. This may help you to resolve your query.
.home_page_blog .grid_16.alpha{ width:100%; } .home_page_blog .grid_8.omega{ display:none; }no categories and search bar still there
May I ask how I rename the Home page to “home” with a lowercase h as a few people have pointed this out already and its quite frustraing.
Try adding this CSS to change the case on the menu:
#menu .sf-menu li { text-transform: lowercase; }If your changes are not showing up, try clearing the caching plugin on your site; also clear your browser cache.
here is code in css at the moment:
.logo {
display: table;
margin-left: auto;
margin-right: auto;
}.header .menu-bar {
display: table;
margin-left: auto;
margin-right: auto;
}
.home_page_blog .grid_16.alpha{
width:100%;
}
.home_page_blog .grid_8.omega{
display:none;
}
#menu .sf-menu li {
text-transform: lowercase;
}That helped the lowercase problem, thanks for that. But the Archives and Categories are still there, very annoying that. Any other suggestions?
Looks gone to me – try clearing your browser cache again.
The other changes have seemed to take effect, but categories, search and archive seem to still be showing. I have cleared my cache on google chrome and tried looking at the site in safari but it is still showing.
One last thing, on my site the tab is called “Articles about” and not Matcha Republic Home Page. Why is this?
http://matcharepublic.com/matcha/
The sidebar can be seen on this page.
Hi,
Use this code, this may resolve your problem.If not please let me know.
.logo { display: table; margin-left: auto; margin-right: auto; } .header .menu-bar { display: table; margin-left: auto; margin-right: auto; } .home_page_blog .grid_16.alpha{ width:100% !important; } .home_page_blog .grid_8.omega{ display:none; } #menu .sf-menu li { text-transform: lowercase; } .grid_24.content .grid_16.alpha{ width:98%; } .grid_24.content .grid_8.omega{ display:none; }thats awesome, lastly, i do want the site to be a little more narrow, what can I change in the code for this?
Hi,
If you want to change the structure this will take some time and customization of whole style-sheet to get the perfect theme structure.
Ok, where can i read about how to do this?
Hi,
You can try to change in 960_24_col_responsive.css.
Reduce div width with 1% or 2%.
This may help you.Hello
i try to remove the contact form on home page right feature widget area
but when i go to widgets there is no widget added to remove
how i can remove this contact form on the main home page right ?
The topic ‘Remove widget from sidebar’ is closed to new replies.
