Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #905471
Alignment issues in grid/ is there a way to set height of the items...
Closed

Comments

  •  2
    Rhys started the conversation

    Hey,

    Please look at the image attached, is there a way to set a height of all the items in posts you may also like? and also center the images with a slight zoom so I can't get this issue seen in the attached image. 

    I'd appreciate your advice on this. I know this is down to how varied the image sizes are. So far the theme has been perfect for me, just need to address this issue. 


    Thanks, 

    Rhys.

  •  1,845
    Elated replied

    Hi Rhys,

    Issue is present because you are using different image sizes. Golden rule on web is to  choose few image sizes for few different elements, and to stick to choose dimensions. In this way you will maintain consistency even if migrating to another platform, or to different theme at some point in future.

    We can check if this can be fixed with some css code if you share a site link in your next reply, but note that proper way is to use same image sizes. 

    Best Regards!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Rhys replied privately
  •  2
    Rhys replied

    Please also note, I would not like to affect any other items, just the 'posts you may like' feature, if possible. 

    Thanks, 

    Rhys. 

  •  1,845
    Elated replied

    Hi again,

    We applied custom css code below from Elated options > general > Custom CSS field:

    @media screen and (min-width: 768px) {
        .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-image img {
            height: 320px !important;
        }
    }
    
    @media screen and (max-width: 736px) {
        .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-image img {
            height: 300px !important;
        }
    }
    

    Check your site now.

    Best Regards!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    Rhys replied

    Thank you for your help! Much appreciated! 

  •  1,845
    Elated replied

    You're welcome,

    And thank you for using our theme.

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.

    Bests!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.