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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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...