Hi Bereta,
To make these changes it is very easy and not so dangerous to do.
Just have a look at what I wrote above and you should be able to do it yourself so you don't need to wait.
The main change to help get the layout correct is adding this :
.NormalBold { font-weight:normal; color: #222; }
.dnnLabel
to the module.css within the NBStore install.
What I found was that DNN sets a percentage width to the dnnlabel which knocks out the layout in nbstore.
Hope this helps,
Geoff
To make these changes it is very easy and not so dangerous to do.
Just have a look at what I wrote above and you should be able to do it yourself so you don't need to wait.
The main change to help get the layout correct is adding this :
.NormalBold { font-weight:normal; color: #222; }
.dnnLabel
{
display:inline-block;
float:left;
position:relative;
width:32.075%;
padding-right:20px;
margin-right:18px;
overflow:visible;
text-align:right;
}
td > .dnnLabel { width:auto; padding-right:20px; }to the module.css within the NBStore install.
What I found was that DNN sets a percentage width to the dnnlabel which knocks out the layout in nbstore.
Hope this helps,
Geoff