How can I change this code that displays the text content centered to justify or align left?
I thinks this is css related, but I can’t locate the id.
<div class=“sidebardiv” id=“artifact”>
Art-i-fact
{exp:weblog:entries weblog="artifact" orderby="random" limit="1"}
{body}
{/exp:weblog:entries}
</div>
Thanks.