PHP Container Positioning

Status
Not open for further replies.

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
I am attempting to make it so whenever a user is ranked it creates a box for them. It currently makes the container for the user but puts it below them or if I set the position to absolute it puts them together. I am trying to position them in the screenshot shown below. Thanks for your help. Not sure if I need to post any code but here is the css for my containers I guess:
Code:
.staff-1 {
    background-color: white;
    border-radius: 10px;
    margin-top: 18px;
    margin-left: 200px;
    width: 290px;
    height: 275px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;
}

Mc5sUm4.png
 
Status
Not open for further replies.

Users who are viewing this thread

Top