Free and Premium WordPress Plugins & Themes Forums WordPress Themes Albatross How can I do responsive home banner?
- This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by Andre Flores.
- AuthorPosts
- July 15, 2021 at 1:54 am #1156777Lourdes HomedesParticipant
How can I do responsive (just for mobile phone) the Home banner? Also do responsive for mobile phone the widget for look for accommodations in the Home
My website is https://linksgolfportugal.com
July 15, 2021 at 7:43 am #1156950Lourdes HomedesParticipantI Finally could fix some parts with css..
Just need to know:1/ How can I change the height of the banner for mobile phone? I changes the size of image but need less height.
2/ Where is the template can change the banner of my home? Also the banner of services in my website. I dont know where is it… It is a not a slider, Page, template… I cant find where change it
July 16, 2021 at 12:08 am #1157170Andre FloresModeratorHello there,
1/ Add the following code under Appearance ->Customize ->Additional CSS:
@media (max-width: 480px) { .front-page-header .front-page-slider-wrapper { height: 60%; }}
2/ The banner on the Home page appears to be a featured image of one of the Home page child pages: https://prnt.sc/1bpkgoq ->https://prnt.sc/1bpkk8i.
As for Services page, it might be the featured image of the page itself.Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.