Home › Forums › Support › How do I stack the “post meta item” in the footer on single post page? This topic has 5 replies, 3 voices, and was last updated 1 month, 1 week ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 26, 2022 at 1:18 pm #2234189 Cristiano Hello, How do I stack the “post meta item” in the footer on single post page? They are as follows: I want them to look like this: There are three columns and rows at the top. I intended to use this style as a post navigation designer: https://docs.generatepress.com/article/inline-post-navigation/ Can you help me? I sent my website to the restricted area. Thanks May 26, 2022 at 2:25 pm #2234290 YingStaff Customer Support Hi there, Change this CSS: single-post .entry-meta, .single-post .entry-meta .meta-data { display: flex; } to: single-post .entry-meta, .single-post .entry-meta .meta-data { display: flex; flex-wrap: wrap; } May 26, 2022 at 3:16 pm #2234377 Cristiano Hello, and thank you for taking the time to read this! Because your code interfered with the header’s entry-meta, I modified it. footer.entry-meta { display: flex; flex-wrap: wrap; } I tried it in this manner and it worked! Thank you so much! Could you could assist me in creating a line between the entry-metas? May 27, 2022 at 2:19 am #2234881 DavidStaff Customer Support Hi there, try this CSS: .single-post footer.entry-meta .tags-links { padding: 10px 0; margin: 10px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ July 4, 2022 at 5:45 am #2272589 Cristiano It worked, thank you very much! ๐๐ July 4, 2022 at 6:14 am #2272614 DavidStaff Customer Support Glad to hear that! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In