ipad screen
-
I am trying to change my css so that my header fits onto an i-pad screen does anyone know how to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and the image will adjust on narrower brower windows and smaller devices.
.site-header { background-size: contain; } -
- The topic ‘ipad screen’ is closed to new replies.