paige_ Posted March 9, 2020 Share 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) Link to comment
paige_ Posted March 10, 2020 Author Share Posted March 10, 2020 bump (idk if this works) Link to comment
tuanphan Posted March 14, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.