- Posts: 11
- Thank you received: 0
Change alignement on Inset Module heading
-
plpproductions
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago #29604
by plpproductions
Change alignement on Inset Module heading was created by plpproductions
Hello,
I'd like to center align the Inset title heading on the homepage (without affecting all the other H1 tags on the site). Can't find a div table for this module. Anyone know how to do this? Please let me know
Thanks!
I'd like to center align the Inset title heading on the homepage (without affecting all the other H1 tags on the site). Can't find a div table for this module. Anyone know how to do this? Please let me know
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29613
by ivan.milic
Replied by ivan.milic on topic Change alignement on Inset Module heading
Send link so we could think of something
Please Log in to join the conversation.
-
plpproductions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 7 months ago - 11 years 7 months ago #29626
by plpproductions
Replied by plpproductions on topic Change alignement on Inset Module heading
Sure - it's:
www.belizenaturegetaway.com/
Also wondering if/how it's possible to enlarge the text on the contact page?
Thanks!
Also wondering if/how it's possible to enlarge the text on the contact page?
Thanks!
Last edit: 11 years 7 months ago by plpproductions.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29632
by ivan.milic
Replied by ivan.milic on topic Change alignement on Inset Module heading
In menu items settings for home page all page class suffix " home" , then add this css to template_css.css:
.componentheading h1{
text-align: center;
}
and add after for contact:
#component-contact{
font-size: 150%;
}
.componentheading h1{
text-align: center;
}
and add after for contact:
#component-contact{
font-size: 150%;
}
Please Log in to join the conversation.
-
plpproductions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 7 months ago #29635
by plpproductions
Replied by plpproductions on topic Change alignement on Inset Module heading
Thanks, Ivan. I know how to edit the CSS but am not sure what you're referring to here:
"menu items settings for home page all page class suffix " home""
Can you please explain where/how to do that?
Thanks!
"menu items settings for home page all page class suffix " home""
Can you please explain where/how to do that?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29647
by ivan.milic
Replied by ivan.milic on topic Change alignement on Inset Module heading
When you enter menu item settings under "Page Display Options" you have parameter named: "Page Class"
Please Log in to join the conversation.
Time to create page: 0.161 seconds