Forums

Form too small

hks 18 Feb, 2015
Forms on a page (by plugin) are not wide enough. Example: http://www.bodymindopleidingen.nl/index.php/evalbsw
It seems the form takes max 50% of the width of the page. Is this a css problem?
hks 18 Feb, 2015
Well, Calculus, your answers seem to be a bit irrelevant... 😀
GreyHead 19 Feb, 2015
Hi hks,

It looks as though it is set in your template css here
.art-content-layout
{
  display: table;
  width: 100%; // remove this line and is is full-width
  table-layout: fixed;
}

Bob
This topic is locked and no more replies can be posted.