04/04/2016 at 8:30 pm
#371662
Keymaster
@ James
re: I have tried everything and I cannot seem to get the business name below the logo. Could you help me?
Sorry, but with Gridder, the name will overlay the image. You can try to use some custom CSS to override it but I am not sure the results will be acceptable. If you wish to give it a try, add the following to the theme’s custom CSS area:
#cn-gridder span.cn-gridder-overlay {
position: relative !important;
margin-bottom: 20px !important;
display: block;
}
