create a 1 x 1 transparent image and save it to
includes/templates/comstock/images/logo.gif
Printable View
How do I remove the logo.gif?
Clyde,
I've just installed Comstock and want to straighten out the logo and the tagline. The only changes made to the default stylesheet were the background colors for the #logowrapper and #navaccountwrapper declarations and the height adjustment for the tagline in the #taglinewrapper declaration. The logo px size has been changed in header.php to reflect the size of the logo.
I have adjusted the #taglinewrapper to the following to move the tagline to the left and down:
from the original default of:Code:#taglineWrapper {
margin: 0;
position: absolute;
top: 45px;
left: 5px;
width: 360px;
}
At this point I'd like to adjust the logo down and centered to line up with the tagline (the tagline being centered with the logo vertically). I was able to get the tagline in the position I wanted vertically by adjusting the top: declaration but not the logo, after many tries of making adjustments in the #logowrapper declaration. I tried adding the top: declaration in #logowrapper but it failed to work.Code:#taglineWrapper {
margin: 0;
position: absolute;
top: 20px;
left: 250px;
width: 360px;
}
Also, I'd like to change the font size in the tagline to be slightly larger but was also unsuccessful there. Tried 3em and 2.5em but the font remained the same size. No doubt there's something I'm overlooking or am not aware of. Your default code is:
My store site is: http://www.earnest-enterprises.comCode:#tagline {
padding-top:10px;
color:#000;
font-size: 2em;
font-weight: bold;
text-align : center;
vertical-align: middle;
line-height:normal;
}
Thanks for being such a great supporter of your template. It IS appreciated.
Rod
On any product page my Add to Cart button is **in** the product description and needs to be above it. Any fix for this? See the attachment for what I mean.
Attachment 7277
Thanks!
Rod
Clyde,
I'm using IE8. When clicking on any product to see details, price, etc. (product page) I see what I described in the attachment above. The Add to Cart is not above or below the description but on top of the description (text). There may be some issues with my laptop/resolution where nobody else may see what I see.
I have opted to use Comstock after having some issues with another template so have selected Comstock from the admin (and also doing the reset). However, I'm thinking there may be some conflicts so I will be rebuilding my store and using Comstock exclusively. That may eliminate the problem.
As to the logo issue I had your fix worked fine and drop the logo down in the header where I needed it. Thanks for that!
Rod
Clyde,
Where (in the stylesheet?) can I adjust the vertical position of the Add to Cart button on the products page?
Thanks...