Kayako logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
oliverm Offline
Member
 
Posts: 42
Join Date: Oct 2006
Narrower theme - 01-06-2007, 06:44 PM

I have a site thats designd for 800x600 res. As a result, it's narrower than the default layout for the Kayako user interface.

Does anyone have a theme that i can use that will work with a narrower site layout? The real issue for me is the size of the logon box on the right of the main kayako page.

Olly
   
Reply With Quote
  (#2) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,133
Join Date: Jan 2006
Location: United Kingdom
01-06-2007, 06:50 PM

Hi Oliver,

I never realised this! You can change the width of the site.

Open the header template.

Find:
Code:
<table width="<{if $settings[general_themeextended] == 1 || $ismodernbill == true || $ismodernbillv5 == true}>100%<{else}>830<{/if}>" border="0" cellspacing="0" cellpadding="0">
Replace with:
Code:
<table width="<{if $settings[general_themeextended] == 1 || $ismodernbill == true || $ismodernbillv5 == true}>100%<{else}>790<{/if}>" border="0" cellspacing="0" cellpadding="0">
For a width of 790 pixels.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#3) Old
bear Offline
Community Moderator
 
Posts: 677
Join Date: Jan 2005
01-06-2007, 11:20 PM

Approximately 776 to fit within an 800px window.
   
Reply With Quote
Reply

Tags
narrower, theme

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46