Home › Forums › All Other Themes › Iconbox height issue Gardening theme
- This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
November 17, 2020 at 7:39 am #169120
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 devicesAlso 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.nlThanks in advance.
November 17, 2020 at 12:42 pm #169236Hi,
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,
BradNovember 19, 2020 at 6:29 pm #169420Hello 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,
HassoNovember 20, 2020 at 12:37 pm #169479Hi,
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,
BradNovember 23, 2020 at 8:42 pm #169586Hi,
Did you receive the credentials I sent you?
Regards,
Hasso
November 24, 2020 at 11:48 am #169618Hi,
This is done. Kindly check and confirm.
Regards,
BradDecember 4, 2020 at 2:43 pm #170158Hello,
Thank you for fixing it.
Could you please tell me how?Regards,
Hasso
December 7, 2020 at 12:33 pm #170239Hi,
Issue have been resolved from using custom CSS
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.