Center items in latest news section
-
Hi, I need to center the latestnews section items. I mean, for the moment I have only two articles, and they’re by default aligned on the left, I need to center them.
I found in the latest_news.php file the row
echo ‘<div class=”carousel-inner” role=”listbox”>’;
and I thought it was sufficient to add
echo ‘<div class=”carousel-inner” role=”listbox” align=”center”>’; but this is not working: items (articles) are still on the left.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Center items in latest news section’ is closed to new replies.