Site logo

Archived topic

Botones a la misma altura

7 replies · Started by carlos on April 19, 2020

Viewing posts 1–8 of 8

Buenas,

Me gustaria saber si existe algun modo de dejar todos los botones "ver detalle" de las categoría a la misma altura sin utilizar plugins.

Un saludo

Hi there,

can you disable your Cache plugin so i can look at the required CSS

Buenas David,

Ya deshabilite la cache, por otro lado me ha surgido otra duda.

Me gustaria poner los titulos de los prodcutos de las categorias por ejemplo:

https://sien.es/etiquetas-adr/

con font-family: Proxima Nova, puesto que me los pone con Geomanist que es el h2 determinado para los h2 del blog, pero sin embargo tambien me pone esa h2 en los titulos de los productos en categorias.

Me gustaria que los h2 de los titulos de productos fueran en Proxima Nova

Un saludo

Hi there,

For the buttons, you can try something like this:

.woocommerce ul.products li.product .button {
    margin-top: auto;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

As for the font, are you already loading that font somewhere else on the site? If so, we can use CSS to load it, but it will only work if you're already making the request to Google.

Let me know :)

Muchas gracias Tom funciona!!!

Pero me gustaría saber si se puede poner una distancia mayor entre el precio del producto y el botón de "ver detalle".

But I would like to know if you can put a greater distance between the price of the product and the "see detail" button.

https://www.dropbox.com/s/xsd8lhhm76z0u80/222.png?dl=0

Esta es la página, abajo del todo...

This is the page, at the bottom ...

https://sien.es/clases-de-mercancias-peligrosas/etiquetas-de-peligro-clase-4-1/

Un saludo

Hi there,

try adding this CSS:

.woocommerce ul.products li.product .price {
    margin-bottom: 20px !important;
}

Gracias David!!!

You're welcome

This archived topic is closed to new replies.