It's possible that some of the content is hard-linked to http:// instead of https://, which is frowned upon by newer browsers since it's a security concern.
Edit the .htaccess in the root of your CC folder and add this under the "RewriteEngine On" line:
Comments
css styles changed after installing https
Edit the .htaccess in the root of your CC folder and add this under the "RewriteEngine On" line:
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]