This topic has 6 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hello 8theme,
As posted earlier,
Im setting up a Price Box and got fixed image settings.
But the image get streched out to fill the entire box.
I would like the image settings to display correctly.
I’ll add url in private content.
Hello,
If i’m understood you correctly you need add this code into custom.css file and images will be on full width of content.
img.alignleft{
margin-right:62px;
}
img.alignleft:last-child{
margin-right:0px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Im sorry if i got misunderstood, my point is that i want the Trygghansa logo to stay W:271 H:51 px. Now as you can see its zoomed in / or streched out like 2-3 times. I hope i made any sense and thank you for quick support.
Try add this code into custom.css file.
If that doesn’t help you then please provide us with wp-admin access in Private Content.
.ult_pricing_table_wrap .ult_price_features img{
width: inherit !important;
}
Regards,
Robert Hall.
Thanks it worked now. Thank you again for the quick support!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Price Box’' has been successfully resolved, and the topic is now closed for further responses