- Posts: 10
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
center heading text
-
etherlen
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #25409
by etherlen
center heading text was created by etherlen
Can't find where to center heading text for all content slots
Thanks,
Thanks,
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25418
by ivan.milic
Replied by ivan.milic on topic center heading text
For just title add :
.holest-carousel-info-panel-content > DIV h2{
text-align:center;
}
to center text also add :
.holest-carousel-info-panel-content > DIV{
text-align:center;
}
Add this in main template css file , if using our template that file is template_css.css
.holest-carousel-info-panel-content > DIV h2{
text-align:center;
}
to center text also add :
.holest-carousel-info-panel-content > DIV{
text-align:center;
}
Add this in main template css file , if using our template that file is template_css.css
Please Log in to join the conversation.
-
etherlen
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 10 months ago #25517
by etherlen
Replied by etherlen on topic center heading text
Thanks for the quick reply Ivan. I'm now using just the image in the box and need to center that. The above edits didn't center the image.
Thanks
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25525
by ivan.milic
Replied by ivan.milic on topic center heading text
Send link so we can see that
Please Log in to join the conversation.
-
etherlen
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 10 months ago #25537
by etherlen
Replied by etherlen on topic center heading text
www.granprints.com
Would like to center the image horizontally. Vertically, I'd like to leave it at the bottom of the box so you see more of the images behind the top transparent part.
Thanks,
Would like to center the image horizontally. Vertically, I'd like to leave it at the bottom of the box so you see more of the images behind the top transparent part.
Thanks,
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25546
by ivan.milic
Replied by ivan.milic on topic center heading text
add also:
.holest-carousel-info-panel-content > DIV a img{
float:none!important;
}
.holest-carousel-info-panel-content > DIV a img{
float:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.093 seconds