I am currently working on the site , I am attempting to align the tagline to the right hand side of the header, I used a margin but when I go to the mobile site the margin is too far and the tagline does not show. I would like to know how else could I align this right? I am aware that the ssl certificate on my site has expired I am working on renewing it.
Thank you all feedback welcomed.
]]>
body:not(.title-tagline-hidden) .site-branding-text {
display: block;
}
body:not(.title-tagline-hidden) .site-description {
text-align: right;
}
body:not(.title-tagline-hidden) .site-branding {
padding: 1em 0;
}
https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
]]>Thanks so much
Angela