Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2435618
Image and text not responsive
Closed

Comments

  • Mohamed started the conversation

    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.

  •  5,055
    Michael replied

    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.

    @media(max-width:767px){
    body .vc_custom_1591798177780 {
        background-position: 10% center !important;
    }}
    5110651633.png