I discovered a solution that makes it work for my usage, but if someone has a better way to achieve the same result, please inform me. First I made the content area position:relative, and then changed the nc-cms cp.css file:
- Code: Select all
a.nc_edit
{
font-size: 10px !important;
text-decoration: none !important;
text-transform: none !important;
border: none !important;
float:left !important;
line-height: 12px !important;
margin:7px -40px !important;
}
This allowed the edit button to go:
(please excuse the hideous design, the client wants what he wants
which in my opinion seems to flow better with the editable content areas.
This seems to have turned from a suggestion into just me rambling, as I know this wouldn't be universally necessary in NC-CMS, however, I hope someone else can use this same solution if they are having similar issues.
Please tell me if there is a better solution to this issue...
Thanks Nathaniel! I've been searching for a CMS just like this for a long time, and I'm glad I finally found NC-CMS!

