- Posts: 11
- Thank you received: 0
Help styling h2 in only one module
-
lizakrause
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #40874
by lizakrause
Help styling h2 in only one module was created by lizakrause
I should know how to do this but my brain is not working right now.
I would like to change the padding amount on the h2 text ONLY in the Hot Carousel module - not throughout the site.
Can you please help?
I would like to change the padding amount on the h2 text ONLY in the Hot Carousel module - not throughout the site.
Can you please help?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40879
by ivan.milic
Replied by ivan.milic on topic Help styling h2 in only one module
Best send link to page where you have it so we can see, (btw. there are two carousel types in academy template)
Please Log in to join the conversation.
-
lizakrause
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
10 years 5 months ago #40899
by lizakrause
Replied by lizakrause on topic Help styling h2 in only one module
Thank you for your reply. I have attached an image so it is clearer.
I am using Hot Full Carousel for my home page slideshow.
I *was* able to change the padding and alignment of the header (as shown) by adding this:
.hero-carousel article .contents h2 {
margin: 0;
padding: 0 0 2px;
text-align: center;
}
to the file templatecss.css
Could you tell me how to center the body text ("we can't wait to see you in September") in the photo shown?
Thank you!
I am using Hot Full Carousel for my home page slideshow.
I *was* able to change the padding and alignment of the header (as shown) by adding this:
.hero-carousel article .contents h2 {
margin: 0;
padding: 0 0 2px;
text-align: center;
}
to the file templatecss.css
Could you tell me how to center the body text ("we can't wait to see you in September") in the photo shown?
Thank you!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40903
by ivan.milic
Replied by ivan.milic on topic Help styling h2 in only one module
send link so we have source to look at
Please Log in to join the conversation.
-
lizakrause
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #40904
by lizakrause
Replied by lizakrause on topic Help styling h2 in only one module
page is at
ascbaycity.org
Also, while there, can you look at and tell me how to CENTER the random image that is used on the interior pages (sample page here)
Thank you!
Also, while there, can you look at and tell me how to CENTER the random image that is used on the interior pages (sample page here)
Thank you!
Last edit: 10 years 5 months ago by lizakrause.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40906
by ivan.milic
Replied by ivan.milic on topic Help styling h2 in only one module
Add this to template_css.css:
.hero-carousel article .contents * {
text-align: center;
}
.hero-carousel article .contents * {
text-align: center;
}
The following user(s) said Thank You: lizakrause
Please Log in to join the conversation.
Time to create page: 0.169 seconds