• Hello,

    Thanks for your good theme. But I need some solution –

    1. How to I change grid or box size in home page, featured image looks bigger.
    3. For the titles under the pictures some grid aren’t aligned at the same. How do I keep the rows same height?
    2. In the single page post how do I center all things.

    Site link : https://freemagaz.com/

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    1) The thumbnail size used can be edited in functions.php on line 85:

    
    add_image_size( 'gridzone-medium-h', 520 );
    

    2) Try adding this CSS in Customize > Additional CSS:

    
    .masonry-item .entry-title { height: 45px; overflow: hidden; }
    

    3) Looks like you’ve fixed this?

Viewing 1 replies (of 1 total)
  • The topic ‘How to change Block size’ is closed to new replies.