- Posts: 52
- Thank you received: 0
Space
-
tunji@osmaahconsulting.com
Inactive member - Topic Author
- Member
Less
More
9 years 9 months ago #44721
by tunji@osmaahconsulting.com
Space was created by tunji@osmaahconsulting.com
Hello, pls ho do I space my text from the background? See the attached.
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 #44724
by ivan.milic
Replied by ivan.milic on topic Space
Can you give me link to your site, or use button report to moderator, so I can look what is about.
It's probably line-height property.
It's probably line-height property.
Please Log in to join the conversation.
-
tunji@osmaahconsulting.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
9 years 9 months ago #44726
by tunji@osmaahconsulting.com
Replied by tunji@osmaahconsulting.com on topic Space
here it is:
rotarygbagada.org
thanks
thanks
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 #44729
by ivan.milic
Replied by ivan.milic on topic Space
In your template_css.css find p and edit it to be like this:
p {
line-height: 1.5;
}
Where 1.5 represent that line-height would be 1.5 of line, you can set other values too, even in px or %.
Regards
p {
line-height: 1.5;
}
Where 1.5 represent that line-height would be 1.5 of line, you can set other values too, even in px or %.
Regards
Please Log in to join the conversation.
-
tunji@osmaahconsulting.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
9 years 9 months ago #44733
by tunji@osmaahconsulting.com
Replied by tunji@osmaahconsulting.com on topic Space
Thanks Ivan. But am talking about the left & right margin and not line-height.
Regards,
'Tunji
Regards,
'Tunji
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 #44736
by ivan.milic
Replied by ivan.milic on topic Space
Ok, just change property margin-left to any px size you want.
e.g.
p {
margin-left: 5px;
}
since your text-align is left, there is no need for margin-right, but you can set it if you want.
e.g.
p {
margin-left: 5px;
}
since your text-align is left, there is no need for margin-right, but you can set it if you want.
Please Log in to join the conversation.
Time to create page: 0.161 seconds