Hi, I'm yet setting this project website, and I want to set different dimension of the selection-images-box in offer-page, now it is too little to seek and choose smoothly logos or images. Where is it possible to change this values?! Thanks! Max.
max-santiago Hi open this file /plugins/system/t4/admin/theme/css/style.css find and remove! Important from code.
#sbox-window.shadow { height: auto !important; }
I raised the issue to dev team on this for fix in update.
Regards
Thanks @Ninja! M.
max-santiago You can remove only! Important from code instead. This way it will have the code and work as well Example below:
#sbox-window.shadow { height: auto; }
max-santiago
Ninja You can remove only! Important from code instead.
Yes remove important does not make any issue on the other parts of the website.
Thanks @Ninja but... is it not the same code?!(I intend to remove "!important"). Now I set my style.css:
Thanks in any case! Max.