Hello,
I’ve made some css changes to the column:
.dropshadow {
box-shadow: 0px 1px 10px #888888;
max-width: 275px;
background-color: #ffffff;
}
and applied trough custom css class.
Everything is fine but now, on mobile, I cannot find how to center it horizontally.
Pls see this prt screen: http://prntscr.com/bds99t
Can you pls help me to make it centered?
Thank you, Afonso
Hey atainha,
Thank you for using Enfold.
Add margin 0 auto. Something like this:
.dropshadow {
box-shadow: 0px 1px 10px #888888;
max-width: 275px;
background-color: #ffffff;
margin: 10px auto !important;
}
Best regards,
Ismael
Hi Ismael.
I Would never get there… :-/
Thank you for your help once again.
Best, Afonso