how set image at top in wordpress code example
Example 1: how set image at top in wordpress
main#site-content{ /* pull image at top*/
margin-top:100px ;
}
Example 2: how set image at top in wordpress
header#site-header{
background: transparent; /*make header transparant */
}