Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Matching CafePress To WordPress Re: Matching CafePress To WordPress

#93882
mwdewitt
Member

Okay, I finally got around to trying it and it didn’t really do anything. Sorry. The only code that is not mine is the following CSS…

#cpleftnav {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1em;
width: 128px;
line-height: 1em;
color: #000000;
}

#cpbody {
padding: 0px;
background-color: #ffffff;
}

.navheadline {
font-family: Georgia, Times New Roman, Times, serif;
color: #000000;
size: 11px;
font-weight: bold;
padding: 3px;
text-transform: uppercase;
padding-left: 15px;
margin: 2px 2px 0px 2px;
}

#shopfooter {
clear: both;
display: block;
position: relative;
width: 960px;
height: 0px;
}

#bottomlinks {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 10px;
width: 760px;
vertical-align: bottom;
padding-bottom: 5px;
color: #ffffff;
}

form, select, option, input, button, textarea {
margin: 0px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
}

.footer {
color: #ffffff;
}

a.footer:link,a.footer:visited {
color: #ffffff;
text-decoration: underline;
}

#subscribe, #browseproducts, #browsedesigns {
margin: 2px 5px 10px 15px;
color: #000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
}

a.sidebarlink:link,a.sidebarlink:visited {
color: #000000;
}

.smallsidebartext {
color: #000000;
}

The rest is all mine and that CSS I just posted can be edited to whatever you would like. The HTML is the same way. It can all be changed.

Edit: Okay, to add to the problems thus far, now it is trying to put my footer near the header. You can see the tip of the box-shadows coming from the footer about 14 pixels down from the header. Yeah, and for some reason the footer is not showing up. And I got the logo, description, and menu to push over from the side of the page, but the content still seems determined to stay where it is. Also, at the very bottom there is a horizontal scroll bar. I set the page width to be 960 pixels and it seems to have taken, but instead of spreading the page to 960 pixels, it brought in a horizontal scroll bar. I am not sure why. Help!

Edit: I am so close to getting this thing! Arghhh!