The Grid Plugin - spacing between grid posts

I need help with doing the following in the Grid plugin please:

  1. Make the text size of blog titles smaller.
  2. Create blank space between items within the grid. The grid seems to automatically lump the blog posts together.

Hi Dolapo,

Thanks for reaching out.

1.) If you are going to change the text size of the blog title to smaller, you need to do with via custom CSS because there’s no option to define or to change the blog title font size in the Grid Plugin. To do that, please add the code below in your X/Pro > Theme Options > CSS.

.tg-grid-wrapper .tg-layout-grid .tg-item-title a {
     font-size: 18px;
}

Just change the 18px to your desire font size.

2.) To add a space between the grid layout, in your Grid just go to the Grid tab and locate the Columns/Rows Section. After that, you can now set the spacing between the grid layout.

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.