@ Jabbergirl
re: Can I change the width of the cmap entry form – right now because I took off the logo it has a huge amount of space to the left that i don’t need to show
No, not really, that said, it can be done with some custom CSS. The width will be as wide as the theme’s page content is designed to be. So, the card and profile view will be 100% wide of whatever the theme says it should be. You can limit the max width with a bit of custom CSS though. Add the following to the theme’s custom CSS area:
#cn-cmap {
max-width: 600px;
}
re: is it possible to show several columns with the entries ( that would be responsive)
cMap, as demoed, is designed as a single column template. Other users have use custom CSS to varying degrees of success in making cMap into a columnar layout. Here’s reply I made to a very similar question a few days ago. I gave the user a bit of custom CSS to get them started that you might be able to use too. Here’s the link https://wordpress.org/support/topic/multiple-columns-14#post-7909669.
Hope that helps!
