In my efforts to reposition the main text of this website (), I am looking to move it from the middle to the top. The code for the section is
<div id="content_blaettern_12793">
.
The current CSS styling has it fixed in place:
#content_blaettern_12793 {
position: absolute;
top: 205px;
right: 50px;
left: 15em;
}
I have attempted to adjust this using uBlock Origin with the following code snippet:
www.gesetze-im-internet.de##content_blaettern_12793:style(top: 0px !important;)
Unfortunately, this modification did not yield the desired result.
If anyone can provide guidance on how to achieve this, that would be greatly appreciated. My ultimate goal is to eliminate the blue bar at the top and the logo in the top left corner, displaying only the central text container in the top left corner.