Hi Team,
The about page is not completely responsive, it fails for this section:
Image of Issue:
Page: https://preview.keenthemes.com/metronic8/demo30/pages/about.html
Can you please take a look and fix it.
Hi,
Thanks for your feedback. We will fix this in the next update.
In the meantime you can use the below code to quickly fix it in the HTML level:
<!--begin::Items-->
<div class="d-flex flex-center flex-wrap mb-10 mx-auto gap-5 w-xl-900px">
<!--begin::Item-->
<div class="octagon d-flex flex-center h-200px w-200px bg-body mx-lg-10">
...
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="octagon d-flex flex-center h-200px w-200px bg-body mx-lg-10">
...
</div>
<!--end::Item-->
<!--begin::Item-->
<div class="octagon d-flex flex-center h-200px w-200px bg-body mx-lg-10">
...
</div>
<!--end::Item-->
</div>
<!--end::Items-->