help please
-
I would like to have my main product images on desktops and laptops display a little larger than on the responsive viewport for my site.
I am using the following media queries for this but for some reason, when I use them, it messes up the layout of my shopping cart page.
Could someone please tell me how to achieve this. Thanks,@media (min-width: 900px) {
img.attachment-shop_single.size-shop_single.wp-post-image {
height: 400px;
max-width: 400px;
display: block;
}@media (max-width: 768px) {
img.attachment-shop_single.size-shop_single.wp-post-image {
height: 275px;
max-width: 275px;
display: block;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘help please’ is closed to new replies.