Hi, I was curious if there was a way to align the Additional Headline in the center of the stripe at the top each page? Thanks
Center Additional Headline
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open header.php and replace:
echo '<div class="center">'; if($headline != "") echo $headline; echo '</div></div>';with:
echo '<div class="center" style="text-align:center;">'; if($headline != "") echo $headline; echo '</div></div>';Posted 2 years ago #
Reply
You must log in to post.














