Closed micmania1 closed 8 years ago
Also displays space under the right menu when you scroll, but only when the success message above is present.
Beta is a time for growth-hacking, not fixing things...
:trollface:
FYI this isn't possible with CSS. The HTML kind of looks like this.
<div class="cms-thing">
<p class="message">Page created blah</p>
<fieldset>
<div class="blog-sidebar">...</div>
<div class="blog-fields">...</div>
</fieldset>
</div>
The only part of the template we control is inside fieldset and unfortunately CSS doesn't have parent selectors.
Runs behind the right menu.