@ Margaret
re: I don’t see anything in my custom stylesheet that would move the image to the right… why would it, since I never wanted the image on the right?
I never said anything in regards to custom CSS moving the image… just that I noticed custom CSS and that it would affect the settings applied using the Template Customizer.
re: This is a link to a screen shot of what I see in the customizer window:
- Which template did you click the Customize button that you ended up with this preview?
- Is that screenshot of the list view or the new single view? Put another way, did you click thru to the single entry view when in the Template Customizer?
The screenshot looks like it might be of the list view of the Profile Entry Card template which does not appear to the template activated. Additionally it looks like it would be of the list view not the single view. This is speculation because there is only so much I can gleen from a screenshot.
re: Another thing that’s happening is that the list view, which is what is set to be used in the sidebar on the right, has a few instances where the names are on the same line.
This is due to a CSS tweak that was added in the last update. A tweak was made to help prevent theme’s from inadvertently hiding Connections. Theme’s seem to love hiding the vcard class or defaulting all block level elements to either float or inline blocks. I have refined the tweak because it does seem to have caused issue like this a some users. This tweak will be in the next update. To apply it now, add the following to the theme’s custom CSS area:
#cn-list .vcard,
#cn-list .vcard span {
display: initial;
margin: 0;
padding: 0;
border: none;
}
#cn-list div.vcard {
display: block;
}
Note to self, original support thread is here.
