You could give the form a top margin of say 20px?
e.g
form {
margin-top: 20px;
}
All of your custom CSS goes into you theme’s style.css file.
i cant find where in syle.css it is. if i give you the style.css could you fix it for me?
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;
}
}
Your theme’s style.css will be here: wp-content/themes/your-theme/style.css