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.59 KB
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 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.