Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I have some html which displays perfectly with its associated CSS file individually. It is loaded into a container created on rocketcake and then some text from a custom html element does not stay inline. It has to be something with the container, because the individual html file displays perfectly. Something in the Container must be overriding the css or html on the original page. The container is named Container_Header but I also noticed Rocketcake generated Container_Header_padding, what is this? I suspect the offender is this statement: Container_Header_padding { margin: 10px; display: block; } and it should be Container_Header_padding { display: inline-block; } When I try to put it in as additional CSS it puts the statement before the offending one and thus doesn't work. How can I fix this? |
||||
|
but I also noticed Rocketcake generated Container_Header_padding, what is this? That's an inner div for adding the padding - it isn't enough to put this as css file because it wouldn't work with RocketCake's simplified box model in the HTML otherwise. Otherwise difficult to say, best is to send me the .rcd file and let me have a look. |
|