This topic contains 3 replies, has 2 voices, and was last updated by StartupWP 5 years, 1 month ago.
- AuthorPosts
- February 14, 2014 at 7:44 PM #1442
Using the page template of sidebar left right, I have in the left sidebar the built-in search widget. Right sidebar Google Language Translator plugin. The search box for the search widget actually impedes in to the middle content/body column. The search box stretches from the left sidebar all the way to behind the “Edit this” text. I’m using WPStartup Pro.
February 14, 2014 at 8:22 PM #1443Link to this specific page please.
February 14, 2014 at 9:25 PM #1445http://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 #1446Try:
.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
You must be logged in to reply to this topic.