Adam_Moon_Roq Posted July 8, 2020 Share Posted July 8, 2020 Site URL: https://www.moonroq.club/music Hi, Within my blog's style settings, there is only the option to go up to four columns, in the blog post basic grid layout. Ideally I'd like to try out different numbers of columns to see which works best, but would be happy with six columns. Is this possible with CSS? any help greatly appreciated! Adam Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) { .blog-basic-grid { grid-template-columns: repeat(6,minmax(0,1fr)) !important; } } Adam_Moon_Roq, folkmatter and nathan.j.p 1 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
nathan.j.p Posted July 25, 2022 Share Posted July 25, 2022 This works for me as the blog is loading, but once loaded posts 4 and 6 jump to the second line. Do you know why this might be happening? Thanks. Link to comment
tuanphan Posted July 27, 2022 Share Posted July 27, 2022 On 7/25/2022 at 8:02 PM, nathan.j.p said: This works for me as the blog is loading, but once loaded posts 4 and 6 jump to the second line. Do you know why this might be happening? Thanks. Can you share link to page where you have problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment