Hi,
how do I align centre without affect all H3 tags?
<h3 class=”av-masonry-entry-title entry-title” itemprop=”headline”>title</h3>
Hey user877!
Please add following code to Quick CSS
h3.av-masonry-entry-title { text-align: center !important; }
Cheers!
Yigit
that worked!
many thanks :)