Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding the margin-left to your CSS:

    .menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
        cursor: pointer;
        margin-left: 20px;
    }

    BTW, are you using a tool like Firebug to work with CSS? It will show you exactly the relevant CSS and lets you test changes in your browser before making them in the actual site. Highly recommended!

    EDIT -actually, wait a second on that change – it will mess up some other stuff on the site… be back in a minute or two.

    Pressing F12 on Internet Explorer is another valuable tool

    Thread Starter Mamphey

    (@mamphey)

    thanks guys. many thanks.

    Sam

    Okay try this:

    @media screen and (min-width: 600px) {
    
    form#searchform .bbpsw-form-container input[type="submit"] {
       margin-left: 20px;
       }
    
    }

    Thread Starter Mamphey

    (@mamphey)

    Ahh it just worked perfect. MAGIC (lol)
    That is a second virtual beer owed…lol

    thanks
    WPyogi

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS’ is closed to new replies.