Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Moving the search box directly below the slider
- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by J. Davis.
- AuthorPosts
- February 1, 2018 at 1:44 pm #638103Keith O ReillyParticipant
HI, I want to move the search box directly after the slider as it is too far down the page.
https://www.sitgesholidayaccommodation.com/apartments/
It seems to pull the text “Providing Sitges Apartments since 1990” from the title of the page, but I would like this gone.
Also is it possible to reduce the padding from the top of the browser to the logo line
February 7, 2018 at 10:09 am #641651J. DavisKeymasterHi Keith,
You can go to Appearance > Customize > Widgets > Front Page Top and add Shortcode Widget under the Accommodation Types widget with content below:
[mphb_availability_search class="entry-content "]
then add the style below to center the form (Appearance > Customize > Additional CSS)
.page-template-template-front-page .shortcode_widget{ width:80%; margin:0 auto; }
Then you will need to remove form shortcode from Home Page content as you added new one right under the slider.
In order to remove margin top try to apply the code below:.site { margin: 0 auto 3.75em; }
In case you need our assistance with these modifications you can get Extended Support offer.
best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.