Footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201194

    juliowilches
    Participant

    Buenas noches, tengo una pregunta en el foter en la imagen indicada con url en los medios de pago en el móvil me sale genial pero en el pc me sale gigante intente modificar el tamaño con width: 15px; pero no, a donde coloco el código necesito ayuda

    #201263

    Hello,

    I have visited the URL you attached. It seems that the image you used as the payments have too large icons.

    And for the mobile they are displayed well because the image width and height is less than the actual.

    If you need to make the icons small then you need to adjust the height width but if you change the width it will not be displayed correctly.

    If you still want to change the width and height then you need to use the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.

    .min-footer img {
    height: 100px;
    width: 1000px;
    }

    You can adjust the height width according to your needs.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)