Cicada1010 Posted March 3, 2022 Share Posted March 3, 2022 Site URL: https://zion-demo.squarespace.com I would like to add a text on the header. What would be the CSS code for adding it either next to the "logo" or underneath it ? Also, can I change its style according to what I already have, as well as its position (for example if I like the sentence is way too low from the logo) ? Thanks Link to comment
Cicada1010 Posted March 3, 2022 Author Share Posted March 3, 2022 Just now, Cicada1010 said: Site URL: https://zion-demo.squarespace.com I would like to add a text on the header. What would be the CSS code for adding it either next to the "logo" or underneath it ? Also, can I change its style according to what I already have, as well as its position (for example if I like the sentence is way too low from the logo) ? Thanks Also, I have this code: a#site-title:after { content: "Designer | Creative"; display: block; font-size: 20px; } But I can't seem to change its position because its far below from the logo. Link to comment
Solution tuanphan Posted March 6, 2022 Solution Share Posted March 6, 2022 Try this new code a#site-title:after { content: "Designer | Creative"; display: block; font-size: 20px; position: absolute; top: 30px; } 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment