boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help! I want to know how to fix this problem!!!!!

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
wainaia



Joined: 25 Aug 2004
Posts: 2

PostPosted: Wed Aug 25, 2004 4:43 am    Post subject: Help! I want to know how to fix this problem!!!!! Reply with quote

Okay, so I didn't like having the menu in the middle of my blog (to view, go to http://www.wai-naia.com/quiescence), so I took out the code for the menu. The only problem is now my entire blog is STILL centered to the left, with a large gap on the right side where the menu used to be. How can I get rid of this?

Any help would be appreciated!

Michelle.[/url]
Back to top
View user's profile Send private message
wainaia



Joined: 25 Aug 2004
Posts: 2

PostPosted: Fri Aug 27, 2004 4:03 am    Post subject: Reply with quote

As usual, no one ever replies in this forum.
Back to top
View user's profile Send private message
Sigg3



Joined: 03 Jul 2003
Posts: 529
Location: Oslo, Norway

PostPosted: Fri Aug 27, 2004 2:39 pm    Post subject: Reply with quote

Personality goes a long way...

In your print.css, #main id, change

Code:
margin: 0px 10%;


to

Code:
margin: 0px;


to fix the open space on the right . If I were you, I'd also look into a little css altering on that page.
If you want to learn more: http://www.w3schools.com/css/default.asp
..as an introduction.
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Sigg3



Joined: 03 Jul 2003
Posts: 529
Location: Oslo, Norway

PostPosted: Fri Aug 27, 2004 2:46 pm    Post subject: Reply with quote

Actually, to shorten the file change from:

Code:
body {
   font-family: serif; font-size: 11pt;
}
#header, H3, H4, storyTitle {
   margin: 0px 0px 0.5in; width: auto;
   font-weight: bold; border: none;
}
#main {
   float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
}
#content {
   margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
}
#header, H3, H4, storyTitle {
   margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;
   font-weight: bold; border: none;
}
#menu {
   display: none;
}
to
Code:
body {
   font-family: serif;
   font-size: 11pt;
}
#header, H3, H4, storyTitle {
   margin: 0px 0px 0.5in;
   font-weight: bold;
   border: none;
}
#main {
   float: none;
   margin: 0px;
   padding: 0px;
}
#content {
   margin: 0px;
   padding: 0px;
}
#header, H3, H4, storyTitle {
   margin: 0px;
   padding: 0px;
   font-weight: bold;
   border: none;
}
#menu {
   display: none;
}


The padding values can be stated in one decleration: padding. The same goes to borders and other elements/selectors/whatever.
All auto values are default if nothing else is stated in the css.
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Sigg3



Joined: 03 Jul 2003
Posts: 529
Location: Oslo, Norway

PostPosted: Mon Aug 30, 2004 7:55 am    Post subject: Reply with quote

Can I see the code to blog/index.php?
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group