Announcement

Collapse
No announcement yet.

Themes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Themes

    I have selected Layout01 as a theme. This puts the logo on the left hand side of the screen with the navigation buttons to the right of it as this is the closet layout I can find to what I want.

    What I actually want is to have the logo on the left with the navigation buttons underneath it.

    Can anyone tell me if this is possible, and if so which template I need to edit.

    TIA

    Kathy
    Kathy Newman

    #2
    This is possible. You will need to edit the template called Act_Primary.html.

    To access this template, go to 'Design Options | Layouts' and then click the 'Edit' button next to the 'Default Overall Layout' field.

    Change the code:

    <td>NETQUOTEVAR:LOGOIMAGE</td>
    <td align="right">NETQUOTEVAR:FOOTERGUIDE&amp;nbsp;</td>

    To read:

    <td>NETQUOTEVAR:LOGOIMAGE<br>NETQUOTEVAR:FOOTERGUIDE</td>
    <td align="right">&amp;nbsp;</td>

    That should do it.

    Comment

    Working...
    X