Currently, I have included the following code:
<div class="wk_seller_store_logo" data-productid ="{{product.id}}"></div>
This code helps me insert an image that links back to a profile. I've noticed that the element.style is dictating the image size at 50px. While I can adjust it in the inspector, I'm struggling to figure out how to override either the JavaScript or CSS controlling this. Can I simply add a line of code in the HTML to overwrite it? Maybe something like this: max-height: 250px !important
I appreciate any help from you experienced folks as I'm new to all this!