Jump to content

farhana

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by farhana

  1. 2 hours ago, dsonesuk said:

    A tables structure prevents it being truly responsive, as its incapable of transforming from multiple to singular column layout.

    Thank you. So its not possible to have any solution?

  2.  

    If this is supposed to be a masonry layout, created using JavaScript, it needs to be adjusted.

     

    This will give you responsive 2 column vertically aligned middle row of images.

    .raxGallery.grid-item {
        position: static !important;
    vertical-align: middle;
    }
    
    .bwg_standart_thumbnails_228.gridData {
        width: 100% !important;
    height: auto !important;
    }
    
    /* REMOVE THIS
    #bwg_standart_thumbnails_228 > a {
        width: 100%;
    }  */
    
    .bwg_standart_thumb_img_228 {width: 100% !important;  }
    

    Is there a way that images should be in sequence without vertical alignment in middle?

×
×
  • Create New...