Archived topic
Question about generateblocks ?
5 replies · Started by nutt on May 21, 2020
I used to ask that how to make my product pictures at my front page looked align center and organized, and Tom suggested me to use lightweight grid column plugin, and it worked as what I needed.
My question is, as I know you have, the plugin call generateblocks, I wonder that does this plugin will work better with Generate Theme than Light weight grid column? my site is ropeplus.com
P.s. I want the gap of my product img have the same space in mobile view.
Thank you
Hi there,
The Grid Block in GenerateBlocks is great and you can control the gap on Desktop / Tablet and Mobile. I suggest having a play with the plugin :)
Thank you so much, David
I have one more question on another site
I put css to make my post title aligned center, I would like to know how to make meta info ( date and author) align center too -> https://www.xn--12co0b1dwb7cc0e.com
Thank you so much
try this:
.entry-header {
text-align: center;
}
Thank you so much @David
You're welcome