• Resolved alexgugo

    (@alexgugo)


    Hola, me gustaría saber si es posible cambiar el tama?o del contenedor de las imágenes en la página principal. El tama?o que tienen actualmente es de width=”540″ height=”800″ (.recent-prod-image), mi intención es que esta minuatura se genere a 540x540px. ?Es posible esto? Gracias
    Un saludo
    //
    Hello, I would like to know if it is possible to change the container size of the images on the main page. The size they currently have is width = “540” height = “800” (.recent-prod-image), my intention is that this miniature is generated at 540x540px. Is this possible? Thank you
    a greeting

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    We currently do not have this feature in our theme. However, if you want to reduce the height of the image then add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .recent-prod-section .item .recent-prod-image{
        height: 350px !important;
    }

    Kind regards.

    Thread Starter alexgugo

    (@alexgugo)

    Gracias, me funcionó! ?? Saludos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cambiar tama?o del contenedor de las imágenes’ is closed to new replies.