Hi there,
I’m trying to move the search box upwards on my homepage, only for the mobile version. I’ve tried adding this code to my style sheet but i’m not sure if that is the correct place to add it?
@media screen only {
<div class= “banner-search-wrap” {
style= “max-width: 1024px;
width: 100%;
margin: 0 auto;
padding: 15px 30px 30px;
background-color: transparent;
position: relative;
top: 20px;”>
}
}
<?php echo do_shortcode(‘[gd_advanced_search]’); ?>
</div>
</div>
<?php
There is already a snippet added so that I can move the search box around but it displays differently on the mobile version so I need to move it up more so that it is in the middle of my banner. My site is http://www.eluniversodeingles.com
It does not change anything on the mobile version and I would be grateful for any help with this.
Thanks