- Posts: 64
- Thank you received: 0
text inside Hot Full Carousel jumping out mobile
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
10 years 11 months ago #39035
by Darko101
Replied by Darko101 on topic text inside Hot Full Carousel jumping out mobile
No change.
Text inside the Hot Carousel still stretches out.
Regards,
Darko
Text inside the Hot Carousel still stretches out.
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 #39040
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
Try like this:
article .contents{
max-width;280px!important;
display:block;
}
article .contents{
max-width;280px!important;
display:block;
}
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 #39089
by Darko101
Replied by Darko101 on topic text inside Hot Full Carousel jumping out mobile
Still no change. Tested on Galaxy S4 standard browser and Chrome. See printscreen of Windows PC with narrowed browser window that simulates the same.
Regards,
Darko
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 #39091
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
In layout.css:
@media (max-width: 1024px) {
.mp_topmenu, .mp_logo {
width: 50% !important;
}
.catItemImage img {
max-width: 100%;
}
.hero-carousel article .contents {
left: auto;
width: 60%;
margin: 0 auto;
}
...
change
width: 60%;
to
width: 300px;
@media (max-width: 1024px) {
.mp_topmenu, .mp_logo {
width: 50% !important;
}
.catItemImage img {
max-width: 100%;
}
.hero-carousel article .contents {
left: auto;
width: 60%;
margin: 0 auto;
}
...
change
width: 60%;
to
width: 300px;
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 #39095
by Darko101
Replied by Darko101 on topic text inside Hot Full Carousel jumping out mobile
Doesn't do anything 
For the record, I only implement the latest change you propose. Not the earlier ones.
www.opleiding-medische-basiskennis.nl/
Kind regards,
Darko

For the record, I only implement the latest change you propose. Not the earlier ones.
www.opleiding-medische-basiskennis.nl/
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 #39103
by ivan.milic
Replied by ivan.milic on topic text inside Hot Full Carousel jumping out mobile
it is ok with me probably you need to refresh but maybe better you use width: 280px;
Please Log in to join the conversation.
Time to create page: 0.098 seconds