Home Forums Pro Themes Corpo Eye Pro Feature Page Grid – Center Aligning the Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58360
    John Kerlen
    Participant

    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

    #58402
    wensolutions
    Keymaster

    Hello @jgk1974,

    Can you post your site URL so that we could give the precise fix according to your site setting ?

    Hope you understand .

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.