1 Attachment(s)
Re: Cork Board Template Support Thread
http://www.zen-cart.com/forum/attach...1&d=1262845322
This is what it looks like on my website...I would like for the words not to be written over the units in stock/add to cart button
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
debtag
Which browser is this view in?
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
clydejones
Which browser is this view in?
open includes/templates/cork_board/css/product_info.css
find the following declaration adjust the highlighted portion until you get the look you want?
#productDescriptionBox {
margin:3em 0 0 0;
padding:.2em 0;
clear:both;
float:left;
width:100%;
}
Re: Cork Board Template Support Thread
:clap: YOU ARE A GENIUS! Thank you so much! That was soooo frustrating! It's works! You saved me alot of extra steps! BRAVO! Kudos to you! :hug:
1 Attachment(s)
Re: Cork Board Template Support Thread
I have yet ANOTHER QUESTION! :cool:
If you go to 'MY ACCOUNT' page, you can see that the titles need to be move DOWN a little bit. How can I do this?
http://www.zen-cart.com/forum/attach...1&d=1263193371
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
debtag
You can try the following:
open includes/templates/cork_board/css/login.css/
find the following declaration and adjust the padding rule as needed:
legend {
padding: 0.3em;
font-size: 1.1em;
color: #000;
font-weight:bold;
text-shadow: 0 1px 1px #ACADB0;
}
1 Attachment(s)
Re: Cork Board Template Support Thread
Thanks Clyde! I was able to move the words down, but now I have something going on with the black lines, only at the top where I have circled in red...any suggestions here?
http://www.zen-cart.com/forum/attach...1&d=1263264314
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
debtag
Increase the width of the container boxes
Re: Cork Board Template Support Thread
Is that also found in includes/templates/cork_board/css/login.css/?
Re: Cork Board Template Support Thread
Quote:
Originally Posted by
debtag
Is that also found in includes/templates/cork_board/css/login.css/?
Yes, that is correct