replace padding-bottom with just padding
padding:0.4em;
and see if that will work..
doing it on your site , did make different , but just padding-bottom might have not been a correct property in this case .
replace padding-bottom with just padding
padding:0.4em;
and see if that will work..
doing it on your site , did make different , but just padding-bottom might have not been a correct property in this case .
ahhh. my mistake , i miss typed the id ..
is
#attribsOptionsText i missed S in the name ..
try to fix this name![]()
Hi Tony,
Sorry for the delay in replying, I have been at work.
I have tried what you suggested and added the "s" but it still hasn't changed the gap between "Please Choose" and the first attribute.
This might be a silly question but does it matter where you add this to the style sheet? Does it have to be at the very end?
Don't worry if you are busy, I can live with it for now.
Many thanks,
Joy
sorry for delay .. i just go back from hell
this should work, regardless of where you insert it .
#attribsOptionsText {
padding:0.5em
}
Last edited by tony_sar; 12 Feb 2009 at 10:12 PM.
Hi Tony,
I am glad you came back from hell, it's not a nice place to be, lol!
Many thanks, that looks better now.
I am changing my colour scheme now as I didn't like the blue.
If I get stuck on anything else can I give you a shout?
Thanks for all your help, it is greatly appreciated.
Joy![]()
Glad everything worked the way you wanted.
as for colour of your page .. i guess original blue needs to be there , since some of graphics contain that blue colour , unless you modify all graphics with similar colours which is not really CSS issue but graphic issue .
Thanks Tony,
I know what you mean about changing the colours, I am familiar with photoshop so I should be OK on this one! (Thank God for that did I hear you say?).
Many thanks,
Joy![]()
You may also want to fix the issue with your login section ..in your Header , if you click on Log in ,, you will see text like
TEXT_CREATE_ACCOUNT_HEADER. also additionally for your Forgot password.
zencart , uses Constants to output information to the page, those are called Define's and are located in some template files as well as language files.
default zc dosn't come with login feature located in header , so this most be a module that has been installed and has problem with its define.
go to admin > tools > Developers tool kit . and use the exact words to search where those defines are located and correct this issue .
Hi Tony,
I think I have found them but not sure how to change them!
<div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL') . '">' . TEXT_CREATE_ACCOUNT_HEADER . '</a>'; ?></div>
<div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN_HEADER . '</a>'; ?></div>
</form>
<br class="clearBoth" />
</div>
</div></div>
I changed the TEXT_CREATE_ACCOUNT_HEADER to CREATE ACCOUNT but my whole page went blank. Sorry I am not very good at this yet!
Any suggestions would be gratefully received.
Many thanks
Joy
Let me know the module name that you have installed for this ..
you can not modify that part . this should have been language directory..