- This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Signify Pro › Adjust background picture in mobile phone mode
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
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?
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
Please add this CSS in the Additional CSS
@media screen and (max-width: 600px) {
.custom-header .wrapper:before {
background-size: contain !important;
}
}
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |