Question about Cascade css class
Can you tell me the name of the class in the css(es) used by Cascade controls the size of the icon: block_structureddata.gif? We're having a conflict with our css that causes this edit icon to cover any photo in the associated block.
-
edit.jpg
1.6 KB
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tim on 22 Jun, 2011 02:34 PM
Hi there,
There is no additional CSS file used. Instead, there are styles applied directly to the
<img>tag. Out of those styles, there isn't anything that specifically controls the size:In your Template, what does the region in question look like (along with some of the tags that surround it)? The reason I ask is because generally it is best to avoid having a region surrounded by a root element (just in case you happen to be doing this). For example:
(then in the region, you would likely have several
<li>elements with no root element). Instead of this, it would be preferable to have all of that code within the block/format. This usually prevents the problem from happening.Let me know what you find.
Thanks!
steelej closed this discussion on 19 Jul, 2011 05:33 PM.