• Resolved franjaosmo

    (@franjaosmo)


    good afternoon, I would like to know if you can help me to solve the error I commented, the image of my web baneer is cut in the mobile version and I would like to see it compelta, thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @franjaosmo,

    Thanks for using our theme,

    Can you tell me through the screenshot, which image is cut on mobile

    Thanks

    Thread Starter franjaosmo

    (@franjaosmo)

    https://prnt.sc/hjxlnm

    the banner image is the one that is cut

    Hi @franjaosmo

    For this find below code in custom css filed

    .page-mycarousel {
    	background: url(http://amarresamorefectivo.com/wp-content/uploads/2017/12/Sin-título-1.png) repeat scroll 0 0 / cover #143745 !important;
    	}

    Then replace above code with below code

    .page-mycarousel {
    background: url('http://amarresamorefectivo.com/wp-content/uploads/2017/12/Sin-título-1.png') no-repeat scroll 0 0 / contain #880315 !important;
    }

    Follow above steps then check your website.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘banner image cut on mobile’ is closed to new replies.