Comments Mohamed started the conversationJune 10, 2020 at 2:31pmHello I want to make image and text on the homepage reponsive for both desktop and mobile users. It is not displaying correctly for mobile and other laptop users, i would like to adjust both the image and the text. 4,774Michael repliedJune 10, 2020 at 6:03pmHI!How exactly should text be displayed on these devices? At the moment, I don't see any problems.This CSS code will center the background image on mobile devices. @media(max-width:767px){ body .vc_custom_1591798177780 { background-position: 10% center !important; }} 1 Like Sign in to reply ...
Hello
I want to make image and text on the homepage reponsive for both desktop and mobile users.
It is not displaying correctly for mobile and other laptop users, i would like to adjust both the image and the text.
HI!
How exactly should text be displayed on these devices? At the moment, I don't see any problems.
This CSS code will center the background image on mobile devices.