Hi,
How does one centre align the images in the feature page grid? My images are all set to align left and it’s driving me insane 🙂
Have had a look at the CSS and there’s nothing there that looks blatantly obvious to change. here’s the code I’m looking at:
/*--------------------------------------------------------------
### Featured Page Widget style By WEN Themes
--------------------------------------------------------------*/
#sidebar-front-page-widget-area .corpo_eye_widget_featured_page .container {
width: 1349px;
max-width: 100%;
}
#sidebar-front-page-widget-area .corpo_eye_widget_featured_page {
background-color: whitesmoke;
padding: 15px 0 15px;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft img{
margin-right: 0px;
vertical-align: middle;
margin-bottom: 0;
float: right;
}
#sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
display: table-cell;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
margin-left: 0px;
vertical-align: middle;
margin-bottom: 0;
float: left;
Any help would be appreciated.
Thanks
John