The image on my homepage is fine on desktop however as soon as I go to the mobile version the image is extremely zoomed in. How can I reduce the image size for mobile so that you can see the whole image rather than an extreme close up?
Thanks for your quick response. I have tried the css snippet however the image is still extremely zoomed in. This is how I pasted the code in:
/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* @media screen and (max-width: 1105px) {
.fl-builder-content .fl-row-content-wrap {
background-size: auto !important;
}
}
*/
Please paste the exact code below into the file. If you’re still having issues, share a temp admin access to your Website and we’ll do it for you.
/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
@media screen and (max-width: 1105px) {
.fl-builder-content .fl-row-content-wrap {
background-size: auto !important;
}
}
/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
@media screen and (max-width: 1105px) {
.fl-builder-content .fl-row-content-wrap {
background-size: auto !important;
padding: 0px !important;
}
}
Just worked out a responsive CSS snippets for you. I’ll paste it in for you. Refer to the code below for your reference. I’ve also added a custom class “custom-bg-img-tap” on the row of the background image.
I’ve made some changes to contact now button. Let me know if this is what you want. For your reference, I’ve just used the 2 columns layout and adjusted the margin a bit on the button.