Responsive Title
-
Hi Robin!
I’m hoping you can help me with a responsiveness issue I’ve run into. I wanted to change the size of the overlay text, which you can see I’ve done below. Unfortunately, now the title isn’t responsive. I tried using this, but it looked really sloppy: font-size:5vw; I’m looking for nice bold font that scales down well on mobile.
Do you have a solution for me?
Thanks,
Michelle
/* Style Page Title Overlay
———————————————————— */.big-leader .entry-title.featured-image-overlay,
.big-leader .archive-title.featured-image-overlay {
font-size: 70px;
font-family: ‘Open Sans Condensed’, sans-serif;
text-transform: none;
color: #00609c;
text-align: center;/* Make these changes: */
max-width: 1280px;
padding: 10px 76px 10px;
margin: 0 auto 30px;
}The page I need help with: [log in to see the link]
- The topic ‘Responsive Title’ is closed to new replies.