- This topic has 3 replies, 2 voices, and was last updated 12 years, 1 month ago by
StartupWP.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- February 14, 2014 at 8:22 PM #1443
StartupWP
KeymasterLink to this specific page please.
February 14, 2014 at 9:25 PM #1445frostybyte
Participanthttp://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; }February 15, 2014 at 7:10 PM #1446StartupWP
KeymasterTry:
.page-template-templatestemplate-sidebar-left-right-php #content { width: 50%; } .page-template-templatestemplate-sidebar-left-right-php #lsidebar-sidebar, .page-template-templatestemplate-sidebar-left-right-php #rsidebar-sidebar { width: 21%; } .page-template-templatestemplate-sidebar-left-right-php #wrapper #s { border-right: 1px solid #ccc; float: none; margin: 10px 0; width: 100%; } - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
