Home › Forums › Theme support › Allslider Size › Reply To: Allslider Size
Hi,
found the problem, some of the old css styling was overwriting the new css rules. Please insert this to the theme options -> Extra CSS Content:
.shadow_box div:nth-child(1) {
margin: 0px auto !important;
}
New in the code above is the !important…
We can’t change the code on your site, we have no access to the theme options…