I've got Vortx's Mobile Plug-in working in a test environment. Two questions:
- What are the size specs for the image in the Mobile header
- How do I replace the default Vortx logo? Where is the image stored?
I've got Vortx's Mobile Plug-in working in a test environment. Two questions:
- What are the size specs for the image in the Mobile header
- How do I replace the default Vortx logo? Where is the image stored?
Last edited by wkeithg; 04-27-2011 at 04:47 PM.
You need to edit this in the template.ascx file in your /skins/Skin_#/ folder if version ML8, and it is the line:
<a href="default.aspx" id="FixedHeaderLogo">V<span style="color:#fad225">O</span>RTX</a>
If using an image, it will look something like:
<a href="default.aspx" id="FixedHeaderLogo"><img src="skins/skin_2/images/logo.gif" alt="search" /></a>
Erik Sutton
AspDotNetStorefront Technical Support
Erik,
Thanks. What're the size requirements so I can pass them on to my graphics support?
Keep the size under 45x200
Erik Sutton
AspDotNetStorefront Technical Support