![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi! I'm having a bit of a problem here. I wanted to edit a layout I made for a friend to use on her community. It has a fixed navigation at the bottom of the page which I don't know if could be causing this problem, but the sidebar looks right on recent entries page but it looks wonky everywhere else.
I have it testing here so you can look through the css. If you could help me out a bit D: I would be very grateful.
I have it testing here so you can look through the css. If you could help me out a bit D: I would be very grateful.
no subject
Date: 2017-07-07 10:53 am (UTC)no subject
Date: 2017-07-07 01:05 pm (UTC)Yes, I noticed that the sidebar looked way down the page, so I had to move it up a lot and I think that's because I've messed up the layout in some other way. So I needed to give it a negative margin top in order for it to move up and look how it does on recent.
However, on reading and tags page it looks off and I just don't know how to fix all of this D:
no subject
Date: 2017-07-07 01:28 pm (UTC)no subject
Date: 2017-07-08 12:48 pm (UTC)#wrap {
margin: 0 auto;
padding:0px;
position:relative;
}
.module-section-two {
position: absolute;
top: 0;
left: 100px;
width: 200px;
padding: 10px;
color: #000000;
background: transparent;
/* this must stay at the bottom of this code as in some circumstances
it closes one declaration and opens another one */
}
no subject
Date: 2017-07-12 12:00 pm (UTC)Still, I would like to move the sidebar up a bit if possible... but I think that would make the problem appear again. Do you know of any way in which I could bring the sidebar up without unleashing chaos? xD
Thanks again for the help ♥ I owe you a big big one!
no subject
Date: 2017-07-13 05:36 pm (UTC)Aww, you don't owe me anything. It's my pleasure. <3<3
no subject
Date: 2017-07-17 12:25 pm (UTC)Sadly I don't have a screencap anymore. But if you could tell me how I could move the sidebar up a bit without it getting wonky again 8D that would be nice!
no subject
Date: 2017-11-02 12:34 pm (UTC)You could add a negative margin now, maybe -20px or so.