Sorry for the 7, i mean home & other pages
One more thing Denzel.
You’ll see in menu some items when hover, cover the dropdown arrow.
e.g. Δραστηριότητες, Εκπαιδευτικό Υλικό
Thanks for your time!
Hi there,
Was an answer posted for this? I am wanting to remove the sidebar from a category page, and have the associated posts spanning the full width of the page.
Hi,
Please use the following code in Theme Options -> Custom CSS
.category #primary {
width: 100% !important;
}
.category #secondary {
display: none !important;
}
Hides sidebar in category page, makes content 100% width.
Sorry, got no solution for the menu hover issue.
You will have to use a custom link with a shorter menu title.
Thanks!
Hi there,
I am trying to remove the right sidebar from this url of my site.
http://www.downloadkr.com/downloadkr-music-store/
I am using latest version of evolve theme.
The sidebar is appearing below the content, but i want to remove it from there as well as from page. How could i do this?
Any help or suggestion would be appreciated.
Hi,
Use the following in Theme Options -> Custom CSS
.post-type-archive-product #secondary {
display: none !important;
}