Hi, How would i make a framed box around the icon on left side icon element. I would like the entire element to have a background color the like the icon at the top style. I would like this only on specific instances of the elements so I would need to add a css class i believe.
Thanks is there a way to make the backround not stretch all the way to the right. So the background really over covers the area with the text/icon?
Hi,
You can try setting the width of the iconbox to 90% or lower. Let us know the result.
#top .iconbox {
background: white;
padding: 20px;
border: 1px solid gray;
width: 90%;
}
Best regards,
Ismael
Thank you!
