Hi - Is there a setting that can be used to increase the right and left margin's when displaying articles? Tks!
Hi pnims Add this code in custom css section in template style options set the padding value as per needs
.com-content-article { padding-left: 15px; padding-right: 15px; }
Thanks! Worked great.