• Resolved mantouz

    (@mantouz)


    Hi Sir, the post grid layout I like very much, but the title line-height spaces are too far. May I know how can I make it closer

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Manesh Timilsina

    (@maneshtimilsina)

    Hi @mantouz

    It looks like you are using a different plugin. Please contact author of the plugin you are using. If you are using this plugin (Post Grid Elementor Addon), please let me know which section is having issue.

    Thread Starter mantouz

    (@mantouz)

    Sorry Sir, it is my mistake, so sorry.

    Sir, I have another a problem with your plugin, my image doesn’t show when I use your plugin, I can’t make it, can you assist me?

    This is the page I make for testing to show you.
    https://www.hitoideas.com/testing/

    • This reply was modified 5 years ago by mantouz.
    • This reply was modified 5 years ago by mantouz.
    Manesh Timilsina

    (@maneshtimilsina)

    Hi @mantouz

    I found there is custom CSS used to hide images. Probably you have added it from customizer. This is the code used:

    .has-post-thumbnail img.wp-post-image, 
    .attachment-twentyseventeen-featured-image.wp-post-image {
        display: none !important;
    }

    Please remove this code and the plugin will work perfectly.

    Thread Starter mantouz

    (@mantouz)

    Hi @maneshtimilsina
    Sorry, I can’t find this code in custom css.

    Manesh Timilsina

    (@maneshtimilsina)

    Hi @mantouz

    I can see that CSS when I inspect your website. Try to find where it is being added.

    Or you can add following CSS to override it:

    .wpcap-grid .post-grid-thumbnail img {
        display: block!important;
    }

    I hope it will help you.

    Thread Starter mantouz

    (@mantouz)

    @maneshtimilsina I solved my problem. I love your plugin and thank you so much.

    Manesh Timilsina

    (@maneshtimilsina)

    Hi @mantouz

    I am happy to know your problem has been solved. Thank you for loving the plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title Line-height too far’ is closed to new replies.