PDA

View Full Version : expand white box


mdb-photography
May-28-2009, 12:05 PM
Can someone please help me get the white box on ALL of my other pages the same width as on my homepage, which is 750-I think.:scratch

I would greatly appreciate it!!

~Melissa
http://www.mdb-photography.com/

Allen
May-28-2009, 06:07 PM
Can someone please help me get the white box on ALL of my other pages the same width as on my homepage, which is 750-I think.:scratch

I would greatly appreciate it!!

~Melissa
http://www.mdb-photography.com/
Try this, your homepage is 950px.

#category,
.category #galleriesBox,
#journal,
.journal #albumDescription {
margin: 0 auto;
width: 950px;
}

mdb-photography
May-29-2009, 02:57 AM
Thank you so much Allen- it worked!! You are great!!! :clap

Now some of my stuff didnt expand with it though, can we fix that too?

Like the writing on these pages, and also on these pages why are there lines seperating stuff?
http://mdb-photography.smugmug.com/gallery/8334757_mSprZ
http://mdb-photography.smugmug.com/gallery/8340730_WYvfN

On my gallery pages, just want it to fit...
http://mdb-photography.smugmug.com/Portfolio

Same goes for this page, where did the lines come from?
http://mdb-photography.smugmug.com/gallery/8208426_AgNsN

And here too, would like the text to fill the page....
http://mdb-photography.smugmug.com/gallery/8245705_9r9sK

Sigh, thats all...Im so sorry. I will stay away for awhile because it really does look good...I love it!!

Well one more question, can I change the actual font for the whole site? Id like it all to be the century gothic.

Thank you again Allen!!!:barb :clap :bow :ivar :D




Try this, your homepage is 950px.

#category,
.category #galleriesBox,
#journal,
.journal #albumDescription {
margin: 0 auto;
width: 950px;
}