i want to align the left side cancel button into center position on lightbox scetion
Hi,
try using css
.dhx_cancel_btn_set {
position: absolute;
left: 300px;
}
i want to align the left side cancel button into center position on lightbox scetion
Hi,
try using css
.dhx_cancel_btn_set {
position: absolute;
left: 300px;
}