Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IMAGES IN A Bootstrap col Reply To: IMAGES IN A Bootstrap col

#176788
Paulie_D
Member

I’m not sure that the design you are after will be easily achievable within the confines of Bootstrap.

If the image is inside multiple parents all fixed in a grid it’s going to he hard to make them ‘overlap’ or pop out of the grid.

I guess you could use relative positioning but you ‘d have to make sure that there is no `overflow:hidden’ stopping the ‘moved’ element from showing.