Skip to content
Public Ticket #9301

how to center image only on mobile

Conversation thread

abj84 replied

Customer Reply
the code does not work

PenciDesign replied

Staff Reply

Hi,

Please try add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 480px){
img.alignright {
    margin: 5px auto 20px auto;
    display: block;
}
}

Best Regards,

PenciDesign

abj84 started the conversation

Conversation Start

how to center image only on mobile

Want to join this conversation or access attachments? Sign in first.