These styles may help with the hovering issue over the slider.
Additionally, the following styles should be added to adjust the size of the title for long titles:
.title {
font-size: 6vw;
line-height: 7vw;
}
@media only screen and (max-width: 1466px) {
.title {
font-size: 6vw;
line-height: 7vw;
}
}
@media only screen and (max-width: 1024px) {
.title {
font-size: 6vw;
line-height: 7vw;
}
}
@media only screen and (max-width: 767px) {
.title {
font-size: 6vw;
line-height: 7vw;
}
}
@media only screen and (max-width: 479px) {
.title {
font-size: 6vw;
line-height: 7vw;
}
}
These media queries will adjust the font size and line height of the title for different screen sizes. This should help ensure that long titles are properly displayed.
window animation needs to be broken
-Slip in page names
-auto fast speed switch
Attached files: Ekran Alıntısı.PNG
Hi there, is it about dragging or mouse wheel scrolling you want to change the animation speed for? and it's causing problems
If you can send us also updated wp admin access in a private comment
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
The problem is not only that it goes fast, the titles get stuck too
Hi there,
I need to involve also our web designer so I escalated the ticket, I appreciate your patience.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Teşekkür ederim
I will bump again this ticket so it will be looked at tmrw. We appreciate your patience.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Please add these styles in Customizer > Additional CSS:
.load-no-ajax .quick-link { pointer-events: none; }
.load-no-ajax .active .quick-link { pointer-events: initial; }
These styles may help with the hovering issue over the slider.
Additionally, the following styles should be added to adjust the size of the title for long titles:
.title { font-size: 6vw; line-height: 7vw; }
@media only screen and (max-width: 1466px) { .title { font-size: 6vw; line-height: 7vw; } }
@media only screen and (max-width: 1024px) { .title { font-size: 6vw; line-height: 7vw; } }
@media only screen and (max-width: 767px) { .title { font-size: 6vw; line-height: 7vw; } }
@media only screen and (max-width: 479px) { .title { font-size: 6vw; line-height: 7vw; } }
These media queries will adjust the font size and line height of the title for different screen sizes. This should help ensure that long titles are properly displayed.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy