Jim Ewing
asked 6 years ago

I am customizing the home page side bar (Home Mid-Top Right).  When adding either an html widget or a rich text widget (I am trying to place multiple sponsor banners) the light grey box which surrounds the widget is not expanding with the content as it does with the place image widget (one item) or the focus widgets.  This needs a fix or I need to disable the grey box. 
Thanks – Jim
 
 
 

1 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file:

.side-widget {
  border: 0;
}
Powered by DW Question & Answer Pro