I am adding borders along my center shop and need a little assistance on where I add my coding for a few locations in the css files.
You can view what I have done so far and can see the missing borders that I still need to do. (along the right side and both sides of the footer area) These are the ones that I need help with.
I have added code to the stylesheet-original and the full border has been added without a problem.
.centershop {
padding: 0px;
/*margin: 0px auto;*/
/*position: relative;*/
text-align: left;
width: 100% !important;
border: 15px solid double #000000;
}
Now throught the other stylesheets I have added the same border code inside the headers, footers, and column one areas. After trying multiple loactions for what I am missing I still can not find where to add my code.
Can someone take a look at www.onederrecords.com and let me know which stylesheets I need and where in the file to edit in order to complete my border?
Thanks in advance.
1-der_dog



