11/14/2017 at 1:43 pm
#441216
Keymaster
@ Andrew
Looks like you’ve used the width shortcode option. I suggest removing that as it removes the responsiveness of the template. I’ve removed that from the documentation long ago, guessing you find it in an older forum post. After you remove that option, add the following to the theme’s custom CSS area:
div#cn-cmap {
max-width: 500px !important;
margin: 0 auto !important;
}
Hope that helps!
