How can I do responsive home banner?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1156777
    Lourdes Homedes
    Participant

    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

    #1156950
    Lourdes Homedes
    Participant

    I 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

    #1157170
    Andre Flores
    Moderator

    Hello 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

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