Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Boxshadows of testimonial images deform to a ellipse at responsive mode’ is closed to new replies.
Hi,
at the page below I put a boxshadow to the images but when I have a displaywidth smaller then 480px the round boxshadows move into a ellipse. The boxshadows should be remaining as a circle like at the higher displaywidthes.
Thank you very much for your help!
Regards,
wordmax
Hi wordmax!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.avia-testimonial-image img {
box-shadow: 1px 1px 3px 4px #ccc !important;
}
.avia-testimonial-image {
box-shadow: none !important;
}}
Regards,
Yigit
You´re great Yigit,
works like a charm.
Thank you very much!
Regards,
wordmax