Moving the search box directly below the slider

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Moving the search box directly below the slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #638103
    Keith O Reilly
    Participant

    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

    #641651
    J. Davis
    Keymaster

    Hi 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.