Hello
Can anyone help, I am trying to get the bulk area on my theme to fit between my 2 sidebars.
At the moment the code is
#silver-bulk {
float: right;
width: 718px;
margin: 10px 10px 10px 0;
background: url('silver-theme-bulk-bg.gif');
display: inline;
}
#silver-bulk-bottom {
background: url('silver-theme-bulk-bottom.gif') no-repeat bottom;
}
#silver-bulk-top {
background: url('silver-theme-bulk-top.gif') no-repeat top;
padding: 10px;
Which is the standard unchanged code.
If I changed my width to anything below 718 I get the whole box broken up and none of the sides meet.
Is this the only place I need to be changing to adjust the table or am I missing something.
Thanks
Can anyone help, I am trying to get the bulk area on my theme to fit between my 2 sidebars.
At the moment the code is
#silver-bulk {
float: right;
width: 718px;
margin: 10px 10px 10px 0;
background: url('silver-theme-bulk-bg.gif');
display: inline;
}
#silver-bulk-bottom {
background: url('silver-theme-bulk-bottom.gif') no-repeat bottom;
}
#silver-bulk-top {
background: url('silver-theme-bulk-top.gif') no-repeat top;
padding: 10px;
Which is the standard unchanged code.
If I changed my width to anything below 718 I get the whole box broken up and none of the sides meet.
Is this the only place I need to be changing to adjust the table or am I missing something.
Thanks
Comment