Inline css set to important on orderfilesupload plugin
- Daniel
- Offline
- Administrator
-
31 May 2019 10:03 #6976
by Daniel
Thanks
Daniel
Replied by Daniel on topic Inline css set to important on orderfilesupload plugin
Hello,
It's available in vmcustom/orderfilesupload\orderfilesupload.php in plgVmOnViewCartVM3 function.
It's available in vmcustom/orderfilesupload\orderfilesupload.php in plgVmOnViewCartVM3 function.
Thanks
Daniel
Please Log in to join the conversation.
- Sergio Wong Chung
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
31 May 2019 09:08 #6972
by Sergio Wong Chung
Inline css set to important on orderfilesupload plugin was created by Sergio Wong Chung
Hello,
Im working on your orderfilesupload plugin and in the cart this uses a width set to 80px with !important behind it as inline css as this:
I would like the width to be smaller than 80px but since it's set to important inline its not possible to change it
In what file am i able to edit this code?
Thanks,
Eddie
Im working on your orderfilesupload plugin and in the cart this uses a width set to 80px with !important behind it as inline css as this:
Code:
<img src="imageurl.jpg" style="width:80px !important">
I would like the width to be smaller than 80px but since it's set to important inline its not possible to change it
In what file am i able to edit this code?
Thanks,
Eddie
Please Log in to join the conversation.