October 27, 2020 at 6:38 am
#10034902
Keymaster
Hello Pericles,
This is because the display of headings are “block” by default. This case you need change the display. For example:
<div class="thumb-info-inner mt-1"> <h2 class="text-color-light bg-color-dark line-height-2 text-5 font-weight-light mb-0 d-inline-block p-3">Σάρωση / Φωτογράφιση Αρχείου</h2> </div>
* Note d-inline-block.
* I also added p-3 to give a better design look.
Hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.