Skip to content Skip to main navigation Skip to footer

Panel centralization


#panel1 /* The number here marks the order of creation of the panel. If you wish to modify the first panel you created, number 1 will work.*/
{
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
}

Was This Article Helpful?