Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #644702

    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

    #645380

    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

    #645384

    Hi Ismael.

    I Would never get there… :-/
    Thank you for your help once again.

    Best, Afonso

    #646103

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.