Optimal 1.3 top right header stretching custom code to fit

Homepage Community Forums Optimal Theme Support Optimal 1.3 top right header stretching custom code to fit

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12416
    sfriend
    Customer

      Hi, Wes!
      Just upgraded our website to Optimal 1.3 from the original version (along with upgrade to most recent WordPress & Genesis).

      http://www.buckettripper.com/

      Noticed that the upper right header widget, in which we have our Google custom search, is now stretching that search box to the width of the widget. I’ve tried shortening the width of the search box to 15 characters, but the widget ignores the width. Also, the new button is a LOT larger than the old one, pushing our layout farther down below the fold.

      Buckettripper front page before upgrade

      Any suggestions on how to get this back to size it was before the upgrade? Thanks kindly.

      #12430
      Wes
      Moderator

        Take a look in your css around line 329 and remove the width: 100%; and that should fix it.

        input,
        select,
        textarea {
        	background: #fff;
        	border: 1px solid #ddd;
        	border-radius: 3px;
        	box-shadow: 1px 1px 3px #eee inset;
        	color: #999;
        	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        	font-size: 16px;
        	font-size: 1rem;
        	padding: 12px;
        	padding: 0.75rem;
        	width: 100%;  <---- Remove
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.