- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Biography Pro › Responsive banner & header images
I’d like to make my banner and header images responsive for mobile devices. Right now they are only centered, which for some images makes them unrecognizable as anything. Thanks for your help…
danielmahraun.com
Hello @mahraun,
The header image is used as the background image and it will be very difficult to adjust the whole image in responsive devices.
But still we have tried to manage to adjust the image and for this use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and pste below given CSS.
@media (max-width:520px){
#biography_child_page {
background-attachment: scroll;
background-size: cover;
}
}
Here we have removed the parallax feature i.e the image will scroll.
Hope this helps.
Best Regards!!
Thanks! That worked perfectly for the individual page banner images, but it didn’t do anything for the header image on the front page. Advice?
Hello @mahraun,
You can try using the custom CSS also for the main site header in your Additional CSS for the same results for the front page banner as :
@media (max-width:520px){
#masthead {
background-attachment: scroll;
background-size: cover;
}
}
Hope this Helps,
Best Regards !!
Bingo! Thanks!
Hello @mahraun,
Glad we could help you .
If you have any issue further then please feel free to post .
We would also really appreciate if you could help us by rating our them by visiting the link given below:
https://wordpress.org/themes/biography/
Best Regards!!
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. |