Quote:
Originally Posted by Saviour
Bump... 
|
In the
Dropdown Call template
Does changing
Code:
<div id="specs_$post[postid]" class="vbmenu_control">
to
Code:
<div width="150px" id="specs_$post[postid]" class="vbmenu_control">
not have any impact on the width of the bar?
If that doesn't work I would try doing it with this...
Code:
<div style="position:absolute; width:auto;" id="specs_$post[postid]" class="vbmenu_control">
or
Code:
<div style="float: left; display: inline-block;" id="specs_$post[postid]" class="vbmenu_control">