block always stuck at 195px width

even when I have all the width's set to larger....

ANy idea?

Comments

ppblaauw’s picture

This is caused by the CSS of the module

.block-ddblock{ 
  margin: 0; 
  padding: 0; 
  width: 195px; 
  overflow: hidden;
}

You can override the CSS by copying it to your style.css file of the theme you use and
change the width.

.block-ddblock{
  margin: 0; 
  padding: 0; 
  width: xxxpx; 
  overflow: hidden;
}

In the next version of the Dynamic display block the CSS in totally changed.

Hope this helps for now?

ppblaauw’s picture

Status: Active » Fixed

There is a beta version available of the module where this is fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.