• 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)
  • Hey there nicolone2,

    How are you doing today?

    I’d suggest rather using custom CSS then editing theme template files since it will be easier for you to find that in the future and unless you’re using child theme it would be overridden with the next theme update.

    Can you please post a link to your site where I can see these posts so I can try to help with some CSS code?

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Center items in latest news section’ is closed to new replies.