Maybe I'm being dumb here, but I have a layout problem with the Children fieldgroup - they're getting pushed off the RH side of the page by a viewfield.

From what I can make out, the fieldgroups are not contained within <div> tags.

Q1: Is that right?
Q2: Is there a good reason for this?
Q3: Is this causing my problem ?
Q4: Can we fix it ?

Comments

darius’s picture

Q3: Is this causing my problem ?
Q4: Can we fix it ?

If it's causing your problem, maybe we should add a div. Can you check it? The easiest way is to change the last line of function theme_relativity_show_children (line 1306) to return "\n<div>$output</div>\n";

If it fixes your problem, let us know.

JohnG-1’s picture

:) news - it did no harm
:( news - it didn't solve the problem.

I guess I'm looking in the wrong place ... thanks, Darius, for the quick help.

JohnG-1’s picture

Status: Active » Closed (fixed)