Displaying the center of header image instead of top Forums » WordPress » Fluida » How To Author Posts December 21st, 2018 at 22:29 #71803 Peter van CootenPower User I am currently staging the Fluida theme to replace the Mantra theme. In Fluida, the post header image is displayed from the top. I would like to display it from the center of the image. If you compare the page on the Fluida staging site https://www.ambientblog.net/blog/stg_31b9b/?p=11376 with the one on the Mantra site https://www.ambientblog.net/blog/2018-12-21/various-compilations-2/ You will immediately see what I mean. Can anyone tell me what CSS to use to apply this? Thanks in advance Website: www.ambientblog.net/blog/stg_31b9b December 22nd, 2018 at 12:07 #71810 Peter van CootenPower User For those interested: I solved the problem with this CSS: #header-image-main-inside { display: -webkit-flex; /* Safari */ -webkit-align-items: center; /* Safari 7.0+ */ display: flex; align-items: center; } Website: www.ambientblog.net/blog/stg_31b9b Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Displaying the center of header image instead of top’ is closed to new replies.