Reply To: Joomla, Agency, responsive

Home Forums Support Joomla, Agency, responsive Reply To: Joomla, Agency, responsive


Hi there,
I remember that I already replied the same issue via ticket or email. We are working for the Next major Helix Ultimate 2 update for all Helix3 based theme. The next Agency version already fixed the responsive for Page Title via template options.
You can add custom css code to replace the padding for mobile device.
Example:

@media (max-width: 767px) {
    .sp-page-title {
    position: relative;
    padding: 145px 0 125px 0;
}
.sp-page-title h3 {
    line-height: 1.4;
}
}

just add the css code into custom.css file.
Testimonial Issue: You can open the Home page via Quix -> scroll down to Testimonial sections -> settings icon -> General tab -> click the desktop icon setting to change the responsive padding for mobile/tablet devices.
Please see https://imgur.com/cv4RdeT
Thank you