I'm trying to edit the Flatiron template to have the content centered instead of left-aligned. After searching the forum I found bits of CSS code that got me half way there.
Right now I have the project title and the footer centered as I wanted, but the content on the page remains aligned to the left. Also, the buttons at the top that link to previous/next projects stop working when I use this code.
Update: A very kind friend had a look into the issue and now I have a code that works if anyone is interested. 🙂
#navigator footer#bottomBar #footerBlock { width: 100% }
.social-accounts {displ
Question
bispones 1
Hi,
I'm trying to edit the Flatiron template to have the content centered instead of left-aligned. After searching the forum I found bits of CSS code that got me half way there.
Right now I have the project title and the footer centered as I wanted, but the content on the page remains aligned to the left. Also, the buttons at the top that link to previous/next projects stop working when I use this code.
Any ideas on how to solve this?
Thanks.

Edited by bisponesLink to post
Top Posters For This Question
4
2
1
Popular Days
Dec 28
2
Dec 29
2
Jan 28
1
Dec 27
1
Top Posters For This Question
bispones 4 posts
tuanphan 2 posts
Skinny 1 post
Popular Days
Dec 28 2019
2 posts
Dec 29 2019
2 posts
Jan 28 2020
1 post
Dec 27 2019
1 post
Popular Posts
tuanphan
Add to Home > Design > Custom CSS @media screen and (min-width:1025px) { div#detail_5e063a927cd0dd01433f3dc6 { margin-left: 135px !important; } }
bispones
Update: A very kind friend had a look into the issue and now I have a code that works if anyone is interested. 🙂 #navigator footer#bottomBar #footerBlock { width: 100% } .social-accounts {displ
Posted Images
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment