Any way to LINE UP Breadcrumb with Sidebar Search Form?

Homepage Community Forums Optimal Theme Support Any way to LINE UP Breadcrumb with Sidebar Search Form?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3278
    franklozano
    Customer

      Wes,

      I’d like to line up the BREADCRUMB box with the SIDEBAR SEARCH BOX, see example here:

      http://faster400.com/news/data-growth-system-optimization-operational-excellence/

      I’ve played with style sheet but can’t seem to make the tweak needed.

      Thanks.

      #3279
      Wes
      Moderator

        If you’re talking about lining them up “horizontally” you just need to remove the top margin on the sidebar. Take a look around line 1846 or search for “.s {” in your css for this –

        .s {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 1px 1px 1px #eee;
        -moz-box-shadow: inset 0 1px 1px 1px #eee;
        -webkit-box-shadow: inset 0 1px 1px 1px #eee;
        background: #fff;
        margin: 0;
        padding: 5px 5px 7px 12px;
        width: 170px;
        }

        Notice I changed the margin to “0”.

        #3280
        franklozano
        Customer

          That WAS it. I changed everything I could but “.s” since I didn’t know what that was.

          MANY, Many thanks. Now back to building this website!!!

          #3288
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Any way to LINE UP Breadcrumb with Sidebar Search Form?’ is closed to new replies.