Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Is this what you were thinking?

    form h3 {
    	float: left;
    	margin-top: 6px !important;
    }
    form {
    	float: right;
    	width: 100%;
    	max-width: 413px;
    	margin-top: 7px;
    }

    Let me know if that doesn’t work,
    Sage

    Thread Starter jennifer.sturgis

    (@jennifersturgis)

    YES!!! Thank you!

    Thread Starter jennifer.sturgis

    (@jennifersturgis)

    Now the functionality of it isn’t working. Should that have happened? i’m thinking it would look better without the search icon too.

    Great to hear that’s the spot!

    Replacing the current form code with this should fix the functionality issue:

    form {
    	float: right;
    	width: 100%;
    	max-width: 500px;
    	margin-top: 7px;
    	position: relative;
    	z-index: 999999 !important;
    }

    Code to remove the search icon:

    .menu-search {
    	display: none;
    }

    Hope that helps,
    Sage

    Thread Starter jennifer.sturgis

    (@jennifersturgis)

    Hmmm. Doesn’t look like that worked.

    What functionality are you referring to?

    I’m able to type in a search term, click go, and have the products returned.

    Let me know,
    Sage

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Search Bar’ is closed to new replies.