html - Elegant Themes – Background image in Divi theme zooms in on mobile -


i'm using normal section module , have image background of module. looks fine on desktop when viewed on mobile device bg zoomed in , looks terrible. can't seem figure out why mobile not adjusting or if there need image mobile friendly? here test website http://test.mutualmind.com , problem i'm having worth last section right before footer. can compare desktop view vs mobile view t see mean.

it's because background-size of section set cover means background image scale until fills both width , height of container. in case, height large image must scale fit. if trim of height off of section on smaller devices, you'll see image scale down along it.

you can giving section custom class or id on page builder , targeting on smaller screens through media queries in stylesheet.


Comments

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -