liquidws
04-02-2009, 07:51 PM
i am having problems with my header image. i am using a customized version of the "default" 4.1 template for vivvo. right now the header image is 170 pixels in height, i would like to change it to 240 pixels in height..
i cant seem to find where in the css i could adjust this. what i am doing is adding the banner manager in the code to replace the image, so that the user gets a new image on refresh. anyway, when i add the code the image (240 height) covers up the menu and search. any ideas on this??
here is the code i am using to attempt the header with the banner manager..
===============================
<div id="header">
<!--<vte:include file="{VIVVO_TEMPLATE_DIR}box/pages.tpl" />-->
<vte:load module="box_banners" search_zone_id="20" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/dhtml_menu.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/search.tpl" />
</div>
===============================
i have also tried wrapping the banner manager code with <div> tags and that isnt working either
please help..
i cant seem to find where in the css i could adjust this. what i am doing is adding the banner manager in the code to replace the image, so that the user gets a new image on refresh. anyway, when i add the code the image (240 height) covers up the menu and search. any ideas on this??
here is the code i am using to attempt the header with the banner manager..
===============================
<div id="header">
<!--<vte:include file="{VIVVO_TEMPLATE_DIR}box/pages.tpl" />-->
<vte:load module="box_banners" search_zone_id="20" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/dhtml_menu.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/search.tpl" />
</div>
===============================
i have also tried wrapping the banner manager code with <div> tags and that isnt working either
please help..