https://dietapino.com/index.php/busqueda/busqueda-avanzada-de-recetas#sort=position&sortdir=asc
I need to minimize the font of the lines that are boxed. I want to write two whole Spanish words. Now these words are truncated: "PRIM." "ÜLT." I want to put: "PRIMERO" "ÜLTIMO" And this causes an overflow.
carlucci Hi Use this code in custom css to override the size
.products-toolbar .pagination > li > span, .products-toolbar .pagination > li > a { font-size: 10px;} .products-toolbar .toolbar-amount { font-size: 10px;}
Very good. I adjust the size my way. But the one on the left is missing. Thank you very much.
UPDATE: I have corrected the following: .products-toolbar .toolbar-amount { font-size: 10px must be .products-toolbar .toolbar-amount { font-size: 10px;} Thank you very much. Close the thread please.
carlucci You are welcome!