Hello,
I am trying to find what the cause of the margin of the story river’s top margin. Can’t find it in any stylesheet.
This is what I have tried in a custom stylesheet.
section.tc-story-river {
position: absolute; //position: fixed also has been tried.
top: 0px;
border: 1px solid black;
}
But the CSS is not behaving the way I would expect. I looked at the all the parent containers and cannot find anything could causing the story river being pushed down.
Thanks.
The story river doesn’t have any margin between it and the top of viewport.
If you are talking about the gap between the first tiddler in story river and the top of viewport. It is caused by the padding of the story river, you can remove it: