Rank: Member
Joined: 2/28/2008(UTC) Posts: 36
|
Hi Everyone,
I'm trying to do a custom look based loosely around the bvc5 template.
I'm editing the BVModules/ProductTemplates/Bvc5/product.aspx file and it's coming along nicely with one exception.
There is about 50px of space on the left hand side of the screen in the default template that I'd like to get rid of and I can't find what's causing it. I've tried the product.css, styles.css, product.master and I'm running out of things to try.
Is there anyone who has done custom skinning before that can point me in the right direction?
Thanks in advance and any help is much appreciated!!!
Paul
|
|
|
|
Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
I'm probably wrong on this as a beginner,
But maybe take a look for any padding or margin elements with the main content container
BVC5/Themes/Styles.css
#container{position:relative;min-width:980px;}
Increasing the width might help
Also, maybe this line.
/* content */ #maincontent {margin-top:10px;margin-bottom:0;margin-left:auto;margin-right:auto;width:980px;}
maybe if you set the left margin to an actuall pixel. like: margin-left:10px
|
|
|
|
Rank: Member
Joined: 2/28/2008(UTC) Posts: 36
|
Tafel1 you are....wait for it........THE MAN!
It was the #maincontent that was the culprit. I spent a couple hours on this and overlooked that I don't know how many times.
Thanks so much for your help!!!!
Paul
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.