Hello again,
Please tell me if you can how to move the search block to the bottom of the slider as to not hide the images.
Thank you in advance
Hello again,
Please tell me if you can how to move the search block to the bottom of the slider as to not hide the images.
Thank you in advance
Hello Maria,
The is built to show at the center of slider and moving it around is not built into the theme at present. However, you can use the CSS below if you just want to move it slightly down:
.trip-form {
margin-top: 25%;
}
Please note that this is just an idea and not fully tested / integrated with the theme - so ensure that you check the outcome when using the css above.
Thank you
It works very well, thank you!!