Create CSS code to show IG account on mobile phone, using on The Adventure Theme
-
I want to be able to show my home page image in a the phone format while also displaying my IG account.
The blog I need help with is: (visible only to logged in users)
-
Hi there, on Adventure, at 767px and narrower, the header image is hidden to keep things cleaner and to keep your content as near the top as possible, but we can override that with the following Media Query. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
@media screen and (max-width: 767px) { .page-header { display: block; } } -
-
- The topic ‘Create CSS code to show IG account on mobile phone, using on The Adventure Theme’ is closed to new replies.