I am encountering some problems with my business website.
After purchasing a theme for my WordPress site, I downloaded a few extensions that were included in the theme. However, I noticed an issue when I zoom out on Chrome or Firefox – the "Teilen" picture on the right shifts to the next line and I want it to remain in its original position.
Below is the code snippet:
.products li.product.grid.with-hover .product-actions {
top: 5px;
left: 19px;
right: 19px;
padding-top: 13px;
text-align: center;
position: absolute;
border-top: 0;
}
...
CSS Issue
https://i.sstatic.net/zHvIg.jpg
Website: www.lockpick.ch
I would appreciate any help as I'm new to CSS/HTML...
Thanks, Lucia