altering the size of infobox
in Shortcodes
Hi
I wish to alter the padding size of an infobox, how best do i do this?
I've tried
.infobox {
padding: 5px 0px 0px 15px Important;
}
do i need to use custom classes on the wrapper and target also?
Comments
above css is nearly fine. Just important declaration is wrong as the proper css should be: