Skip to:
Content
Pages
Categories
Search
Top
Bottom

Lower the Search TextBox

Viewing 7 replies - 1 through 7 (of 7 total)

  • Henry Wright
    Moderator

    @henrywright

    You could give the form a top margin of say 20px?

    e.g

    form {
       margin-top: 20px;
    }

    n1ck
    Participant

    @n1ck

    Where i should add this?


    Henry Wright
    Moderator

    @henrywright

    All of your custom CSS goes into you theme’s style.css file.


    n1ck
    Participant

    @n1ck

    i cant find where in syle.css it is. if i give you the style.css could you fix it for me?


    n1ck
    Participant

    @n1ck

    Maybe it’s somewhere here.

    
    
    @media screen and (max-width: 960px) {
    	#et-search, p#et-search-title, p#et-search-title span { background: none !important; }
    	#et-search { width: auto !important; height: auto !important; }
    		#et-search-inner { padding: 0 !important; }
    			#et-search-right { float: none !important; clear: both; text-align: left !important; }
    				#et_search_submit { background: #BBB8B8 !important; color: #111 !important; }
    			p#et-search-title { margin-bottom: 2px !important; }
    				p#et-search-title span { padding: 0 !important; text-shadow: none !important; }
    	#et-searchinput { width: auto !important; }
    	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: none !important; }
    	#et-search-left { float: none !important; width: 100% !important; }
            img.game-post-entry-image {
                width: 95%;
                height: 95%;
                position: absolute;
            }
    }
    
    

    n1ck
    Participant

    @n1ck

    Double post by mistake


    Henry Wright
    Moderator

    @henrywright

    Your theme’s style.css will be here: wp-content/themes/your-theme/style.css

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Lower the Search TextBox’ is closed to new replies.
Skip to toolbar