hello.. could anyone help me to use the correct css code to set the width to be 330px in the images on my website..www.otentikputri.com https://www.screencast.com/t/woN3GwIbhCij
i want to set the height and width to be 330x330px
there is a option to insert custom height. but no option to custom width.
i have tried to insert extra class name. https://www.screencast.com/t/1V3pMaBaY
the issue is there is a blue background beside the image. i hope u understand what i am saying..
this is using element from ultimate addon for visual composer plugin.
hoping helps from anyone please.. thank u
when i use inspector to determine the issue.. i tried to disable the width. https://www.screencast.com/t/mCJCZHjODsu
i tried to use that css lines to the page css.. but its still not fixed.
please kindly help. thanks.
Hello,
Sorry but we have not tested the ultimate addons plugin from VC. The images could simply need regeneration. You can use the force regenerate plugin to regenerate image thumbnails.
But i cannot say for sure since the plugin is not tested and your site cannot be inspected as you have a coming soon plugin in place.
Thanks.
oh sorry i forgot to disable the coming soon plugin.. could u check it again please ?
Hi,
It seems to be a styling issue from the add-on. Try to use a different element on your homepage as the style does not seem to be working properly.
It can be fixed with this css:
.ult-ib-effect-style1.ult-ib2-min-height img{
width: calc(100% + 50px)!important;
}
But other styling issues could occur.
Thanks.
Thank you very much Bogdan.. it is just fine now.. thanks again.