stevedoylephotography Posted January 3, 2020 Posted January 3, 2020 Hi all, I'm using the Wells template, and would like to have my blog title/headers center aligned, rather than left. There isn't an option to change this in Site Styles. Does anyone know what the css code would be for this? Cheers!
tuanphan Posted January 3, 2020 Posted January 3, 2020 add to Home > Design > Custom CSS .collection-type-blog article h1.entry-title { text-align: center; } 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!)
tcsandner Posted January 11, 2021 Posted January 11, 2021 Hi, this does solve my issue of centering the blog title and meta data. However, when I view my site on mobile, the site title moves toward the center (sort of off center) as well. How can I make sure that my site title remains aligned left? Thanks.
tcsandner Posted January 11, 2021 Posted January 11, 2021 1 hour ago, tcsandner said: Hi, this does solve my issue of centering the blog title and meta data. However, when I view my site, the site title and side bar move toward the center (sort of off center) as well. How can I make sure that my site title remains aligned left? Thanks.
tuanphan Posted January 13, 2021 Posted January 13, 2021 On 1/12/2021 at 1:32 AM, tcsandner said: Use new code @media screen and (min-width:641px) { .collection-type-blog article h1.entry-title { text-align: center; } } 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!)
WheresNaldo Posted December 19, 2021 Posted December 19, 2021 This helped me but I would also like to center the blog post as well as right now it is aligned to the far left of my page. I'm using the Wexley template. Thanks so much for your time and energy! -Naldo
tuanphan Posted December 21, 2021 Posted December 21, 2021 On 12/19/2021 at 8:24 AM, WheresNaldo said: This helped me but I would also like to center the blog post as well as right now it is aligned to the far left of my page. I'm using the Wexley template. Thanks so much for your time and energy! -Naldo Can you share link to blog post? 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