Site URL: http://www.studioelastik.com
hello guys! whats the best way to use custom code to set specific image blocks to be full bleed.... ?
full bleed already works in my case for mobile view but not desktop width...
used something like this but its rather hacky...
#block-yui_3_17_2_1_1585146207707_73152 {
padding: 0px !important;
max-width: 110% !important;
width: 110vw !important;
left:-2em !important;
}
thanks!!!