How to align site logo, title, and tagline to left on mobile?
-
Hi all,
As per the title, I would like my site logo, title, and tagline to be aligned to the left when viewed on mobile devices so that it mirrors the look of the desktop version.
Looking within the dev tools of my browser, I can achieve this by de-selecting
align-items: center;
within the.inside-header
tag. However, when adding the following CSS within an@media
query within my child themes styles.css file it doesn’t seem to do anything..inside-header { align-items: left; }
Please help.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to align site logo, title, and tagline to left on mobile?’ is closed to new replies.