Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    The theme has a style rule declared in its CSS to center-align text for the .advertising class applied to the Connections Entry because the Advertising category has been attached to it.

    To override this, add the following the theme’s custom CSS area found in the Customizer:

    #cn-tile-plus .cn-list-row-alternate.advertising, #cn-tile-plus .cn-list-row.advertising {
    text-align: left;
    }

    I hope this helps, please let me know.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.