paige_ Posted March 9, 2020 Posted March 9, 2020 Site URL: https://afterglowatx.com for our site we made the constraints of the blog post's body copy a lot more centralized and larger for legibility. It looks great! But, there does not seem to be a function where I can mess with the margins/padding of the headline to push it more in. I know how to do that with code, however when I do code it it's not responsive and looks gross at any wrong width of a computer window. I was wondering if there is an easier way to move it over than go to code. and before y'all ask, we don't want to do center aligned, we prefer left. (also center moves the date metadata which looks gross)
tuanphan Posted March 14, 2020 Posted March 14, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:901px) { h1.BlogItem-title { width: 66%; margin-left: auto; margin-right: auto; } .Blog-meta.BlogItem-meta { width: 66% !important; margin-left: auto; margin-right: auto; } } 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
Archived
This topic is now archived and is closed to further replies.