Problem with position of elements within a group

Status
Not open for further replies.

tmntmn

Member
Hi All

I've a problem with position of elements within a group.

I'm using the code from wiki:

Code:
{$view}_$c #group6 li:nth-child(4) {
    position: absolute;
    right: 0;
    top: 0;
}

The group ID in my case is 45 see pic.

group_id.JPG


No matter what nth-child number or css position coding I use on my elements nothing moves.

CSS codeblock is inserted in the custom_css.php, other custom css works ok from here.

Is this working in fabrik 3.xx latest github or am I doing something wrong here?

Best regards

Thomas
 
Hi Troester

Code:
{$view}_$c #group45 li:nth-child(5) {
    position: absolute;
    right: 0;
    top: 0;
}

Firebug on 5'th elemet:
firebug.JPG

Thomas
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top