Page 1 of 1

[FIX] Welcome your account holders and ....

Posted: Tue Aug 31, 2010 12:49 pm
by Snooper
If you want make a mod that welcomes your customers on the top bar when they sign into their accounts, then go here http://www.interspire.com/forum/showthread.php?t=11536 its a good mod..

However, if like myself, you want the site search to be top right of your page, then take note of size of line and space involved. Your top menu options, a customers name and any item they buy adds to the length of line (obviously). But this will mean it could travel under the search button some distance – very messy !

Image

Simply re-work the button Search.gif and /or make size changes to the style.css where needed.

Code: Select all

#SearchForm input.Textbox {
	width: 128px;                        <== The size of the input box
	border: 1px solid #b4b4b4;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}

#SearchForm .Button {
	width: 72px;                         <== The size of the graphic used as the button
	height: 23px;                        <==
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}

Re: Welcome your account holders and ....

Posted: Tue Aug 31, 2010 2:18 pm
by Tony Barnes
Yeah, I used to use that on our site, might add it back in on the next install, not sure..!

Re: Welcome your account holders and ....

Posted: Tue Aug 31, 2010 5:54 pm
by Snooper
I like the appearance of the ‘personal’ touch with this mod.