Manifest overlapping archives date
-
Hi there,
I’m stuck on 2 final things to complete my single page Manifest blog to my liking:
1) ARCHIVES WIDGET: I have an Archives widget in which you can click each month to see only the posts of that month. However when you click, for example February, a large title saying MONTH: FEBRUARY, 2013 appears overlapping my header image. Does anyone have the CSS to hide this date? Or perhaps move it? Seen below:
http://tarabuono.wordpress.com/2013/02/2) SIDE COLUMN W/O JIM: I found the CSS to move my widgets that were previously located at my footer to create a right side column. I understand that we cannot remove the credit for Jim Barraud, however I would like to keep his credit at the bottom and only move my widgets to the side column. Does anyone have the CSS to keep Jim down there at the bottom? Sorry Jim, I just think it would look more fluid this way. My CSS:
body,
#site-wrapper {
width: 892px;
position: relative;
margin: 0 auto;
}
#footer,
#supplementary,
.footer-content {
width: 500px;
}
#footer {
position: absolute;
top: 340px;
right: -382;
width: 450px;
border-top: none;
margin-top: 0;
padding-top: 30px;Thanks in advance to any CSS wizes out there.
The blog I need help with is: (visible only to logged in users)
- The topic ‘Manifest overlapping archives date’ is closed to new replies.