I really need some help to center the gallery on my index page.
I almost tried everything, like adding this in css file:
- Code: Select all
#featured
{
margin-left:40px;
}
but it's not really in the middle.
I also modified the gallery.php file:
- Code: Select all
<div id="featured" align="center">
Event this didn't work :
- Code: Select all
<div style="align:center"><?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?></div>
This is my website :
http://vivien-muller.fr
I'm not an expert in php/css files and I really don't know what to do !









