Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  4,774
    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