how set image at top in wordpress

Solutions on MaxInterview for how set image at top in wordpress by the best coders in the world

showing results for - "how set image at top in wordpress"
Kaidence
05 Feb 2020
1header#site-header{
2    background: transparent;		/*make header transparant  */
3}							
Ella
27 Jul 2019
1main#site-content{       /* pull image at top*/
2    margin-top:100px ;
3}