Pessoal, estou tendo dificuldade para exibir exibir 4 produtos em uma coluna na página do produto. Ele só mostra 3 e quarto ele desce.Já ajustei no backend e não da certo nesse versão 2.3.0.
Desde já agradeço atenção de todos.
Rodrigo.
Solved! Go to Solution.
I got the image.
There is some css issue with it.
Can you share website url, so I can help you better?
Change the following css
media="screen and (min-width: 768px)" @media (min-width: 1024px), print .page-products .products-grid .product-item { margin-left: calc((100% - 4 * 24.439%) / 3); padding: 5px; width: 24.439%; }
to
media="screen and (min-width: 768px)" @media (min-width: 1024px), print .page-products .products-grid .product-item { margin-left: 2px; padding: 5px; width: 24.439%; }
margin-left: calc((100% - 4 * 24.439%) / 3); is creating issue.
After above css change it is showing fine.
I hope it will help you!
Olá, Vimal Kumar
Primeiramente quero agradecer as suas respostas.
Eu fiz a alteração no arquivo styles-l.css só que o magento não assume o arquivo novo.
Ele não altera... ele não lê o arquivo novo.
Obrigado, por enquanto.
I got the image.
There is some css issue with it.
Can you share website url, so I can help you better?
Change the following css
media="screen and (min-width: 768px)" @media (min-width: 1024px), print .page-products .products-grid .product-item { margin-left: calc((100% - 4 * 24.439%) / 3); padding: 5px; width: 24.439%; }
to
media="screen and (min-width: 768px)" @media (min-width: 1024px), print .page-products .products-grid .product-item { margin-left: 2px; padding: 5px; width: 24.439%; }
margin-left: calc((100% - 4 * 24.439%) / 3); is creating issue.
After above css change it is showing fine.
I hope it will help you!
Olá, Vimal Kumar
Primeiramente quero agradecer as suas respostas.
Eu fiz a alteração no arquivo styles-l.css só que o magento não assume o arquivo novo.
Ele não altera... ele não lê o arquivo novo.
Obrigado, por enquanto.
Meu amigo deu certo, faltava limpar o cache.