Iconbox height issue Gardening theme

Home Forums All Other Themes Iconbox height issue Gardening theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #169120
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 24
    • Replies: 63
    • Total: 87
    Member since: May 16, 2020

    Hi,

    In the SKT Gardening theme I have an issue getting equal height on an array of iconboxes.
    When I get it sorted on PC view, it differs on a tablet.
    I want all six iconboxes to have the same height, regardless of the content, on all devices

    Also on an iPhone the icon in the top middle iconbox in the array differs form the other five.

    You’ll find the array of iconboxes in the “Le concept innofer” section on the homepage of
    URL: https://www.agrifer.nl

    Thanks in advance.

    #169236
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29904
    • Total: 29904
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:768px) and (max-width:1023px) {
    .elementor-10 .elementor-element.elementor-element-1220d3f3 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-77d0c6d0 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-59428e00 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-1e384a05 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-42db0379 > .elementor-widget-container { min-height:270px;}
    }
    
    @media screen and (min-width:1024px) and (max-width:1160px) {
    .elementor-10 .elementor-element.elementor-element-1220d3f3 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-77d0c6d0 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-59428e00 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-1e384a05 > .elementor-widget-container,
    .elementor-10 .elementor-element.elementor-element-42db0379 > .elementor-widget-container { min-height:190px;}
    }

    Regards,
    Brad

    #169420
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 24
    • Replies: 63
    • Total: 87
    Member since: May 16, 2020

    Hello Brad,

    Thank you for the reply.
    I have pasted the CSS into the advised location.
    Unfortunately it makes no difference.

    Looking forward to your response,

    With regards,
    Hasso

    #169479
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29904
    • Total: 29904
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Brad

    #169586
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 24
    • Replies: 63
    • Total: 87
    Member since: May 16, 2020

    Hi,

    Did you receive the credentials I sent you?

    Regards,

    Hasso

    #169618
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29904
    • Total: 29904
    Member since: August 16, 2013

    Hi,

    This is done. Kindly check and confirm.

    Regards,
    Brad

    #170158
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 24
    • Replies: 63
    • Total: 87
    Member since: May 16, 2020

    Hello,

    Thank you for fixing it.
    Could you please tell me how?

    Regards,

    Hasso

    #170239
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29904
    • Total: 29904
    Member since: August 16, 2013

    Hi,

    Issue have been resolved from using custom CSS

    Regards,
    Brad

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.