- Posts: 75
- Thank you received: 0
Hot carousel responsive heading and text problem
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
9 years 9 months ago - 9 years 9 months ago #45487
by underground1
Hot carousel responsive heading and text problem was created by underground1
Hi!
I have installed the Hot full carousel module (used in Hot Justice) to my Hot Academy template. Now, I have trouble making the title and the text of the carousel to adapt when resizing a window as it does in the Justice demo. I used the Justice hot start to configure the carousel but was unable to properly enter (or copy) responsive css code to make it responsive. I have copied a css code regarding the hero-carousel from template_css.css of the Justice template to the Academy template. I doesn't seem to do the trick.
I would sincerely appreciate your advise on the matter.
kreatikgroup.si/kronaplus/
Regards!
UG1
I have installed the Hot full carousel module (used in Hot Justice) to my Hot Academy template. Now, I have trouble making the title and the text of the carousel to adapt when resizing a window as it does in the Justice demo. I used the Justice hot start to configure the carousel but was unable to properly enter (or copy) responsive css code to make it responsive. I have copied a css code regarding the hero-carousel from template_css.css of the Justice template to the Academy template. I doesn't seem to do the trick.

kreatikgroup.si/kronaplus/
Regards!
UG1
Last edit: 9 years 9 months ago by underground1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #45492
by ivan.milic
Replied by ivan.milic on topic Hot carousel responsive heading and text problem
Hello, welll thing that you see responsive in demo is search module, hot full courasel is not made to have responsive textbox, but you can try with this, putting on bottom of your template_css.css (it's style of search module):
@media (max-width: 800px) {
.hero-carousel article .contents{
position: relative;
top: 20px;
left: 0;
width: 100%;
}
}
@media (max-width: 800px) {
.hero-carousel article .contents{
position: relative;
top: 20px;
left: 0;
width: 100%;
}
}
The following user(s) said Thank You: underground1
Please Log in to join the conversation.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
9 years 9 months ago #45506
by underground1
Replied by underground1 on topic Hot carousel responsive heading and text problem
Thanks,
that did the trick for the text - content. Is there a way to make Title smaller as well?
.hero-carousel article h2
that did the trick for the text - content. Is there a way to make Title smaller as well?
.hero-carousel article h2
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #45508
by ivan.milic
Replied by ivan.milic on topic Hot carousel responsive heading and text problem
You have that option in heading text size in module options > module style tab.
Regards
Regards
Please Log in to join the conversation.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
9 years 9 months ago #45509
by underground1
Replied by underground1 on topic Hot carousel responsive heading and text problem
I ment for h2 to resize @media (max-width: 800px)
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #45511
by ivan.milic
Replied by ivan.milic on topic Hot carousel responsive heading and text problem
Yes, you can do that just put
.carousel-article .contents h2{
font-size: 10px!important;
}
in @media block you want. Of course, change the values to that what you want and feel free to put some extra property.
.carousel-article .contents h2{
font-size: 10px!important;
}
in @media block you want. Of course, change the values to that what you want and feel free to put some extra property.
Please Log in to join the conversation.
Time to create page: 0.170 seconds