07/08/2014 at 1:28 pm
#296415
Guest
What I wanted to do is have the name display beneath the photo, and in examining the code I see that the photo is floated left but can’t figure out where the style is being determined since I can’t find it in the stylesheet. I’ve found a workaround by sizing the box such that the name gets pushed below the photo, but I’m still curious as to where certain style elements are coming from.
Specifically, the code preceding the photo:
<div id="entry-id-253bc28c858e02" class="cn-entry" style="background-color: #E3E3E3; height: 175px; width: 115px;">
<div style="float: left; margin-right: 10px;">
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image cn-image-loading" style="height: 130px; width: 100px;">
Is there any way to override the generic div without it having an id?
