Home Forums Pro Themes Signify Pro Adjust background picture in mobile phone mode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189392
    Dampfhans
    Participant

    Hi all,
    just a short question: I’m currently testing our website with your WordPress Theme “Signify Music DarkVersion: 2.0.3”.

    In mobile phone mode the background picture will not be adjusted to the mobile phone screen size, if you use your phone in normal portrait mode. If you turn your phone by 90 degrees to landscape view, the full picture appears.

    Is there an option to configure that the whole picture will also be shown in portrait mode on a mobile device?

    Thanks in advance for a short reply,
    Hans

    #189415
    Psink
    Keymaster

    Yes it may be possible to fix this by adding the CSS code in the Additional CSS

    Could you please share your site URL if the site is live and also some reference screenshots?

    #189420
    Dampfhans
    Participant

    Hi Psink,
    thanks for your reply.

    The website is http://wylando.de

    Just check it by yourself, view it on a PC screen and in portrait mode on your mobile phone or change the rotation on your mobile phone, so landscape and portrait mode.

    Regards,
    Hans

    #189441
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    @media screen and (max-width: 600px) {
    .custom-header .wrapper:before {
    background-size: contain !important;
    }
    }

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