How do I change the homepage layout to squares?
-
Hi Taras,
I wanted to know if there was any way in which I could change the layout of the homepage from the rectangles to squares (three in a row). I basically want it to be uniform and not multiple squares and rectangles. It would be really helpful if you can answer this. Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hello,
Please use this custom CSS:
@media (min-width: 992px) { .site-content .hentry-grid .hentry { width: 33.333333%; height: 400px; } .site-content .hentry-grid .hentry .entry-title { font-size: 1.125rem; } }
I am planning to add the layout option in the future releases once the refactoring of the theme is done.
Please let me know if you have any additional questions.
Kind regards,
Taras -
Thank you so much for this, Taras, it worked like a charm! Really appreciate the quick support.
I had an additional query: at the homepage, on the featured image, I wanted to include additional text (possible the authors name/institution) between the title of the post and the date of the post. Font size could be smaller than the title font. Is there any way to do this?
Thanks again,
Regards,
Sarthak. -
Sorry to bother you with another query, but is there any way where I can put the logo next to the header text, rather than above it? Because no matter how I resize the logo, the text goes below the logo only.
-
Sarthak,
“…at the homepage, on the featured image, I wanted to include additional text (possible the authors name/institution) between the title of the post and the date of the post…”
– The archive grid is designed to displays only the post title and its meta (posted date, author name and categories). Unfortunate, it’s not possible to display any other information in the post container.—
“…is there any way where I can put the logo next to the header text, rather than above it?…”
– By default, the logo is located above the site title. We can use a custom CSS to move it next to the site title. Could you please upload a logo on your site, so I can inspect your site and provide you a custom CSS?Thank you,
Taras -
-
Hello,
The layout option has been added to the theme. It can be find in the Customizer: Theme Options.
Kind regards,
Taras
- The topic ‘How do I change the homepage layout to squares?’ is closed to new replies.