Hello,
I need some help with the styling of my essential grid.
- I applied a shadow with CSS to my grid but the outer most edge of the shadow on the grid gets cut off. How do I make the shadow show all around? This is the code I used:
body .esg-grid .mainul li.eg-item-skin-3-wrapper {
box-shadow: 0px 0px 8px 2px rgba(77, 77, 77,0.32) !important;
-moz-box-shadow: 0px 0px 8px 2px rgba(77, 77, 77,0.32) !important;
-webkit-box-shadow: 0px 0px 8px 2px rgba(77, 77, 77,0.32) !important;
}
- In Essential Grid settings I set the item spacing to 27px. How do I make this spacing media friendly? Ie. smaller settings for laptop, tablets, phone, etc.
Thank you!