New Topic

Reply To: Search Widget

Home › Forum › Bugs › Search Widget › Reply To: Search Widget

#1445

frostybyte
Participant

http://www.hillebran.com/contact.html

It’s not just that page. It’s all the pages that I use the template-sidebar-left-right with.

When the search widget was on the left sidebar, it extended in to the middle section right behind “Edit This.” Now with it in the right sidebar it extends beyond the white part. I would like to note that no modified templates are being used. I ended up deleting the modified template-sidebar-left-right.php file. At first it seemed to work fine. Then, all of a sudden, any widgets put in to the right sidebar appeared at the bottom of the left sidebar. I went with CSS. To hide the page title I just put this in my CSS:

.page #content .entry-title {
	display: none;
}