Closed (fixed)
Project:
Node Relativity
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2007 at 18:05 UTC
Updated:
23 Feb 2007 at 20:46 UTC
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
Comment #1
darius commentedQ3: 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.
Comment #2
JohnG-1 commented:) 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.
Comment #3
JohnG-1 commented