Forums / Setup & design / Change the position and the size of the factbox

Change the position and the size of the factbox

Author Message

Sejal Paliwal

Tuesday 21 October 2008 3:04:56 am

How to change the size and the position of the custom tag- factbox. I want the factbox to be placed with 100% width, i.e horizontally.

Kindly help!!!

Frédéric Peyron

Wednesday 05 November 2008 1:18:35 am

Hi,
To do that I changed the file :
/var/storage/packages/eZ-systems/ezwebin_extension/ezextension/ezwebin/design/ezwebin/stylesheets/content.css

In that file I changed :

<b>div.factbox
{
width: 17em;
}</b>

by

<b>div.factbox
{
width: 100%;
}</b>

But perhaps is there a better solution...