New Landing › How can we help? › Themeforest Theme Support › Dante › icon box "boxed one" height
Hi, how can I set up my icon boxes to have the same height?
Thanks.
Hi, Please provide me specific page url with issue. Thanks Mohammad
Hi, Please use this custom css code:-
.sf-icon-box .sf-icon-box-content-wrap{ min-height:285px !important; }
Thanks Mohammad
Hi
Add this to your custom css:
.spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap { min-height: 285px; }
– Kyle
Hi, Thank you very much, but unfurtunately didn’t work any of this codes.
Thanks
You have this CSS with no closing brace:
h { font-family: 'latolight', Fallback, sans-serif;
Causing anything below to not work
Perfect. Thank you very much.
No problem 🙂
Hi, You most welcome. Thanks Mohammad
Hi, one last question, How can I do to affect only the boxed content of this page? I want to create other icon boxes in different pages so that I want them to have different height.
thanks.
Use this instead:
.page-id-12023 .spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap { min-height: 285px; }
I said use it instead of the previous. So only
.page-id-12023 .spb-row-container .sf-icon-box.sf-icon-box-boxed-one > .sf-icon-box-content-wrap { min-height: 355px; } .page-id-12520 .spb-row-container .sf-icon-box.sf-icon-box-boxed-two > .sf-icon-box-content-wrap { min-height: 255px; }
Ok that was my fault. I didn’t read correctly. Thanks, now it works perfectly.
Have a nice day.
You must be logged in and have valid license to reply to this topic.