If you find any bugs or enhancements in this script get in touch with a clear
description of the problem so we can fix it. We do not support
modifications!
The following things are required to run this script:
You can find the everything inside your Admin Panel inside Store Locator -> Setting
In the General settings are you have the following options:
This settings belong to the button on the product page.
You can add some defaults when adding stores.
Custom stylesheet / javascript.
You can find the everything inside your Admin Panel in Store Locator -> Settings
Just add the following code inside advanced settings > custom CSS:
#store_modal .modal-body { padding: 0px; } .store_locator_sidebar_content { padding: 15px 0px 15px 15px; } @media(max-width: 768px) { .store_locator_sidebar_content { padding-right: 15px; } }
Here for e.g. it uses a 80% width. Just add the following code inside advanced settings > custom CSS:
#store_modal .modal-lg { width: 80%; } @media(max-width: 768px) { #store_modal .modal-lg { width: auto; } }
Please make a comment on codecanyon. We will take care asap!