[xFv] Well-known member Oct 13, 2017 #1 I cannot for the life of me find the way to center category titles! It shows to use this, h2.block-header {text-align: center;} but that dont work for some reason.
I cannot for the life of me find the way to center category titles! It shows to use this, h2.block-header {text-align: center;} but that dont work for some reason.
G Gamorreaner Active member Oct 14, 2017 #2 You have to add it to the extra.less template and it should work (works fine here). Upvote 0 Downvote
[xFv] Well-known member Oct 14, 2017 #3 Gamorreaner said: You have to add it to the extra.less template and it should work (works fine here). Click to expand... I had other css interfering with it. I ended up getting to work. Upvote 0 Downvote
Gamorreaner said: You have to add it to the extra.less template and it should work (works fine here). Click to expand... I had other css interfering with it. I ended up getting to work.
AngelArs Active member Jan 12, 2020 #4 Gamorreaner said: You have to add it to the extra.less template and it should work (works fine here). Click to expand... What code do you need to add, and does it work with 2.1? thanks Upvote 0 Downvote
Gamorreaner said: You have to add it to the extra.less template and it should work (works fine here). Click to expand... What code do you need to add, and does it work with 2.1? thanks
G Gamorreaner Active member Jan 13, 2020 #5 Code: h2.block-header {text-align: center;} into extra.less Should work with 2.1 Upvote 0 Downvote
AngelArs Active member Jan 13, 2020 #6 Gamorreaner said: Code: h2.block-header {text-align: center;} into extra.less Should work with 2.1 Click to expand... THANK YOU Gamorreaner! I can confirm it works with 2.1. Thanks again Upvote 0 Downvote
Gamorreaner said: Code: h2.block-header {text-align: center;} into extra.less Should work with 2.1 Click to expand... THANK YOU Gamorreaner! I can confirm it works with 2.1. Thanks again