New Topic

Search Widget

Home › Forum › Bugs › Search Widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.