Free and Premium WordPress Plugins & Themes Forums WordPress Themes Luviana How to change the size of the logo and others things
- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Andre Flores.
- AuthorPosts
- October 5, 2020 at 11:19 am #1012990Sarah GreenwoodParticipant
I need to make the logo wider, but can’t figure out how.
Also, instead of the search availbility widget on the home page being for multiple properties, I would like in it’s place to have a single accomodatin search like on Aquentro theme. I’ve tried using the shortcode [mphb_availability id=”1042″] but to no avail…
October 6, 2020 at 6:07 am #1013376Andre FloresModeratorHello, Sarah!
In order to make the logo wider you will need to perform some CSS changes, e.g. adding the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 1200px) { .logo-wrapper { width: 300px; }}
You may use any desired value instead of 300px.
As for the availability search, I have checked it locally and it works fine on my end. Make sure the ID is correct, as well as the accommodation type you would like to have the form displayed for have at least 1 accommodation assigned to it and rates configured properly. For more details kindly check this article.Regards,
AndreOctober 6, 2020 at 1:36 pm #1013571Sarah GreenwoodParticipantThe logo is getting cut off, even though it’s bigger.
I’ve managed to get the search to show, but need it to be horizontal…
October 7, 2020 at 7:46 am #1013801Andre FloresModeratorHello, Sarah!
I would recommend that you submit a request to our Help Desk for further assistance with the logo styling.
As for the search form, you should install the Hotel Booking Styles add-on and add class=”is-style-horizontal-form” to the shortcode, so the form is horizontal:[mphb_availability id="1042" class="is-style-horizontal-form"]
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.