New Topic

Search Widget

Home › Forum › Bugs › Search Widget

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 5 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1442

    frostybyte
    Participant

    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.

    #1443

    StartupWP
    Keymaster

    Link to this specific page please.

    #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;
    }
    #1446

    StartupWP
    Keymaster

    Try:

    .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%;
    }

    https://startupwp.com/topic/customizing-your-theme/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.