New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#948

StartupWP
Keymaster

1. In addition to the CSS already provided, try adding:

@media all and (max-width:320px){*{width:inherit !important;max-width:none !important}}

It’ll get you a little closer, but we’ll need to make some official changes to get it just right.

In the meantime, you might also go straight to Appearance > Editor > Stylesheet in your admin and remove all @media styles as a temp fix.

2. Not seeing what you’re seeing, but try:

#wrapper nav #s {
  background: url("images/find.png") no-repeat scroll right center #B88A00;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 1px #000000 inset;
  color: #888888;
  height: 13px;
  width: 200px;
}
#wrapper nav #s:focus {
  background: none repeat scroll 0 0 transparent;
}