Hi @wagneropaz
Can you provide us URL of your website so that we can inspect it and give you a proper solution?
Tell me which device you are checking on your website
Thanks
http://metapriori.com
It’s the default installation with the theme Appointment Red.
In all mobile devices the initial slider seems too small and the content gets cut when viewed vertically. I used a Galaxy S7 Edge.
Resizing the browser window to a thin size is enought to see, the slider looses evidence because its set to the window width, is there a solution?
-
This reply was modified 8 years, 9 months ago by
wagneropaz.
Hi @wagneropaz,
For this use below code in custom css filed (Theme Dashboard >> Appearance >> customize >> header setting >> custom css filed )
@media only screen and (max-width: 480px) and (min-width: 200px)
{
.slide-btn-sm {
font-size: 6px !important;
}
}
@media only screen and (max-width: 480px) and (min-width: 200px)
{
.slide-text-bg2 span {
font-size: 6px !important;
line-height: 12px !important;
}
}
}
@media only screen and (max-width: 480px) and (min-width: 200px)
{
.slide-text-bg1 h2 {
font-size: 9px !important;
line-height: 14px !important;
}
}
for use above code and check your website.
Let me know any confusion.
Thanks
I have the same problem on my website http://www.verlaagdplafondplaatsen.nl/
Have tried to use your code, but i get the error: Your accolades {} are not in balance….
Hi @ipponz
Forgive us for this because you are using a pro theme, you can post your query while using the following link.
https://webriti.com/support/categories/appointment
Thanks
Thank you very much. The issue has been solved on the webriti website.