Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #342569
    BlueIceland4658
    Participant

    Hi

    I would like to see the image on the HomePage more centered or as full image if possible.

    How should this go ?

    https://www.gedankenspiegel.ch   this image I mean. As well if I would use the featured slider as well

    Thanks in advance

    kind regards

    Martin

     

     

    #342570
    BlueIceland4658
    Participant

    I mean it always on mobile size.

    Cause full size on desktop computer is wonderful and perfekt.

    #342571
    BlueIceland4658
    Participant

    I found the solution on myself.

    So my problem is solved.

    #342572
    sujeet
    Keymaster

    That’s great @blueiceland4658.

    Regards,
    Sujeet

    #342575
    BlueIceland4658
    Participant

    thanks. and if the pic should be more visible more full of the pics ? As in my first post?

    kind regards

    Martin

    #342576
    sujeet
    Keymaster

    Hello Martin,

    Currently there is no option in the theme to show full image in mobile, but you can try using the following css code, if this can be of any help. Add the css to Dashboard > Appearance > Customizer > Additional CSS.

    
    @media screen and (max-width: 480px) {
     .has-header-image.home .custom-header-media {
        height: 60vh;
     }
    }
    

    You can check your website changing the value 60vh for better view in mobile.

    Let me know if the code was useful.

    Regards,
    Sujeet

    #342579
    BlueIceland4658
    Participant

    Hello

    thanks. Code was not useful. I do not see any change.

    Well it’s ok. No problem.

    Thanks very much.

    kind regards and have a nice day

     

    Martin

    #342580
    sujeet
    Keymaster

    You’re most welcome Martin.

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