Left align Header Image
-
Hi
I am trying to have a better experience with narrow mobiles screens
I could allready move site branding like
- Right on large screens
- bottom on narrow screens
with the code
@media screen and (min-width: 48em) { .custom-logo-link { padding-right: 1em; } .has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding { left: 50%; padding-bottom: 10em; width: 50%; } }Now I would like the header image image to be left aligned to keep my face visible when the screen goes narrow.
Has to do with .has-header-image .custom-header-media img but I can’t find…
Can you please help ?The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘Left align Header Image’ is closed to new replies.
