Active
Project:
Advanced Profile Kit
Version:
6.x-1.x-dev
Component:
Theming
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2010 at 19:19 UTC
Updated:
19 Jan 2011 at 18:19 UTC
This is probably something I've done wrong. But some for some reason not all of the sections are being assigned ID values, therefore they cannot be targeted with the CSS.
Example:
#user-profile #profile-stats {
border:#666 1px solid;
margin-top:15px;
padding:5px;
}
This works fine because the stats section has the id #profile-stats assigned to it.
#user-profile #profile-about {
border:#666 1px solid;
margin-top:15px;
padding:5px;
}
This doesn't work because for whatever reason the about section has no id assigned to it.
Is there a way for me to alter this? Thanks!
Comments
Comment #1
michelleYeah, looks like a few of them got lost at some point. I'll fix that and get a new version of the variant up. In the mean time, you can just go into Page Manager, edit the content, and change the CSS ID on the content type.
Michelle