Cannot control footer image sizes
-
I have created a footer with an image and also targeted it with css but when creating the PDF, the image is big and doesn’t resize.
Click on the third button in this page to see the pdf:
https://vision-design.com/work/www.m2mfg.com/products/tiger-side-clipped-retail-complete-with-handles/
This is the footer added via the ‘Page setup > Footer HTML’<div class="pdf-footer"> <img src="https://vision-design.com/work/www.m2mfg.com/wp-content/uploads/2020/04/M2-Logo.png" /> </div>
and this is the CSS applied to it:
@media print { header, .elementor-location-footer{display:none;} .pdf-footer img {float:left; max-width:160px !important; } }
The other css rules which hide the header and footer do work.
Do you have any guidance about this?Thanks
DanThe page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Cannot control footer image sizes’ is closed to new replies.