- Posts: 64
- Thank you received: 0
text inside Hot Full Carousel jumping out mobile
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
11 years 6 days ago #38634
by Darko101
text inside Hot Full Carousel jumping out mobile was created by Darko101
Dear Sirs,
When Hott Full Carousel is set to Full screen mode Disabled (the way I need it to work), the text inside the text areas, jumps out of the view window of smartphones and lower resolution tablets.
Example www.opleiding-medische-basiskennis.nl
How could this be fixed?
Kind regards,
Darko
When Hott Full Carousel is set to Full screen mode Disabled (the way I need it to work), the text inside the text areas, jumps out of the view window of smartphones and lower resolution tablets.
Example www.opleiding-medische-basiskennis.nl
How could this be fixed?
Kind regards,
Darko
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 days ago #38659
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
Maybe you could provide smaller font size on when on mobile devices:
@media screen and (max-width: 512px){
article .contents *{
font-size:...
}
}
@media screen and (max-width: 1024px){
article .contents *{
font-size:...
}
}
you could put that styling in main template css file at bottom
@media screen and (max-width: 512px){
article .contents *{
font-size:...
}
}
@media screen and (max-width: 1024px){
article .contents *{
font-size:...
}
}
you could put that styling in main template css file at bottom
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
11 years 3 days ago #38689
by Darko101
Replied by Darko101 on topic text inside Hot Full Carousel jumping out mobile
Dear Sirs,
I'm afraid that will not solve the issue. I have attached a screenshot of a Galaxy S4. The problem is not the font size but the width of the text area. In mobile view the width of the text area, the square that holds the text, is pushed too wide.
Kind regards,
Darko
I'm afraid that will not solve the issue. I have attached a screenshot of a Galaxy S4. The problem is not the font size but the width of the text area. In mobile view the width of the text area, the square that holds the text, is pushed too wide.
Kind regards,
Darko
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 days ago #38695
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
Nothing attached, make sure images are under 400kb, save them as jpg
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
10 years 11 months ago #39017
by Darko101
Replied by Darko101 on topic text inside Hot Full Carousel jumping out mobile
Dear Sirs,
Here is the screenshot form a galaxy S4 with Chrome. The same problem occurs with standard and other mobile browsers. You can see the text in the banner is stretched outside the vieuw window.
Kind Regards,
Darko
Here is the screenshot form a galaxy S4 with Chrome. The same problem occurs with standard and other mobile browsers. You can see the text in the banner is stretched outside the vieuw window.
Kind Regards,
Darko
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #39028
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
Add this to template_css.css:
article .contents{
max-width;280px!important;
}
article .contents{
max-width;280px!important;
}
Please Log in to join the conversation.
Time to create page: 0.164 seconds