Reply To: How to center Icons on Front Page 6 Widget

Homepage Community Forums Aspire Theme Support How to center Icons on Front Page 6 Widget Reply To: How to center Icons on Front Page 6 Widget

#22144
webauthor
Customer

    Wes,

    I was just thinking that I probably shouldn’t make changes directly to my style.css file in the event there is an update to the theme. I’m using the Simple Custom CSS Plugin. Could you tell me what code I should use with this plugin?

    Since this code has something to do with the section titled:

    @media only screen and (max-width: 550px)

    I know that I can’t simply use:

    .left-content,
    .right-content {
    text-align: center;
    /* I added this line below to center icons on mobile view */
    padding: 0 0 0 0;
    width: 100%;
    }

    I have to somehow reference this @media section but don’t know how. This is where I get confused.

    Thanks