10/12/2015 at 6:12 pm
#350372
Keymaster
@ Kera
re: my circles are showing up as 310px wide as an element style which makes it impossible to override ALL of them at once. and i don’t have a 310px setting ANYWHERE in my connections settings that i’ve been able to find yet.
You sure you do not have this option set?
re: WHERE do i make changes so the circle is a % instead of a fixed-width?
Try adding the following to the theme’s custom CSS area. It should do the trick for relative sizing:
#cn-circled .cn-circled-thumb {
width: 30% !important;
height: 30% !important;
}
#cn-circled .cn-circled-content {
margin-left: 35% !important;
}
