- Posts: 7
- Thank you received: 0
Problem with cirilic policy inHeading 1
-
vlionnois
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #28396
by vlionnois
Problem with cirilic policy inHeading 1 was created by vlionnois
Hello,
When I write in russian (cyrilic)on module title position User5-9, the policy is changed, size is bigger(please refer to attached picture. Can anyone help me to restore parmaters?
When I write in russian (cyrilic)on module title position User5-9, the policy is changed, size is bigger(please refer to attached picture. Can anyone help me to restore parmaters?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago - 11 years 8 months ago #28408
by ivan.milic
Replied by ivan.milic on topic Problem with cirilic policy inHeading 1
Can you send link instead?
Last edit: 11 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
vlionnois
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
11 years 8 months ago #28411
by vlionnois
Replied by vlionnois on topic Problem with cirilic policy inHeading 1
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28424
by ivan.milic
Replied by ivan.milic on topic Problem with cirilic policy inHeading 1
Font behaver like that probably. In template_css.css:
.user59_content div.moduletable h3, .advert_content2 div.moduletable h3 {
font-family: 'Tangerine', cursive;
font-style: italic;
font-size: 48px;
padding-bottom: 15px;
position: relative;
left: -10px;
text-align: left;
}
you can modify font settings
.user59_content div.moduletable h3, .advert_content2 div.moduletable h3 {
font-family: 'Tangerine', cursive;
font-style: italic;
font-size: 48px;
padding-bottom: 15px;
position: relative;
left: -10px;
text-align: left;
}
you can modify font settings
Please Log in to join the conversation.
Time to create page: 0.173 seconds