YS
Asked
i tried to upload my store logo but its not updating. I want to resize logo dimesion in script to 200x200px but its not taking it. Please suggest how to do this. Thanks
- MSAnswered
Hello,
The default logo dimensions are 300x80 pixels.
You can modify the
index
method of theapp/controllers/admin/Shop_settings.php
to change max_width & max_height for logo.Thank you
- YSAnswered
under app/controllers i am not getting any admin folder and shop_setting.php file
- MSAnswered
Hello,
I am sorry as I mentioned the file path for SMA 😦
You can edit
index
,add_store
&edit_store
methods ofapp/controllers/Settings.php
to change max_width & max_height for logo.Thank you
- YSAnswered
np, i have find the path and done… its working fine now thank you so much
- Login to Reply