imedinal Posted April 26, 2022 Posted April 26, 2022 Site URL: https://isaimedina.com So, I added a css code that would provide my header a subtitle. However, if I change the size of the subtitle for bigger screen sites, it changes it on my mobile site as well. I was wondering if there was a way to prevent that? Alongside that, I was wondering if there was a way I could space out the font in my subtitle more The code that I'm using for the subtitle is: a#site-title:after { content: "cinematographer + editor"; display: block; font-size: 8px; color: white; letter-spacing: 5px !important; font-family: adobe garamond pro;}
noahawaii Posted April 28, 2022 Posted April 28, 2022 you have to manually set your mobile break points with @media only screen and (max-width:799px) { } add your code in there to set what you want. Sounds like your already adjusting your letter spacing if thats what you mean too. hard to say without a url
tuanphan Posted May 1, 2022 Posted May 1, 2022 On 4/27/2022 at 4:23 AM, imedinal said: Site URL: https://isaimedina.com So, I added a css code that would provide my header a subtitle. However, if I change the size of the subtitle for bigger screen sites, it changes it on my mobile site as well. I was wondering if there was a way to prevent that? Alongside that, I was wondering if there was a way I could space out the font in my subtitle more The code that I'm using for the subtitle is: a#site-title:after { content: "cinematographer + editor"; display: block; font-size: 8px; color: white; letter-spacing: 5px !important; font-family: adobe garamond pro;} Your site is private. Can you setup password & share url again? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment