Hello,
As I said before if you change the template content significantly, you must take care of the mobile version. You must understand how CSS work. You must know how to add custom code to the template.
So, I don't know how you would like it to look on mobile devices, but I can recommend adding this CSS code:
Code:
@media (max-width: 767px) {
.sparky_logo {
font-size: 24px;
padding-left: 80px;
}
.sparky_slogan {
font-size: 20px;
text-align: center;
}
.hero-carousel article .contents h2 {
font-size: 24px !important;
}
}
Learn about how to add custom CSS code here:
www.hotjoomlatemplates.com/sparky-docume...ustom-css-javascript
Regards,
Milos