- Posts: 8
- Thank you received: 0
Content font aligment problem for Acedemy
-
AhmetNur
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #35228
by AhmetNur
Content font aligment problem for Acedemy was created by AhmetNur
Hi,
This is my testing page
sablonlar.camart.us/
the content aligment is center
I want to do it left.
I change all the aligments left form sparky but it is not fix my problem
This is my testing page
sablonlar.camart.us/
the content aligment is center
I want to do it left.
I change all the aligments left form sparky but it is not fix my problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #35232
by ivan.milic
Replied by ivan.milic on topic Content font aligment problem for Acedemy
Content look left to me when I look.
Please Log in to join the conversation.
-
AhmetNur
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 1 month ago #35235
by AhmetNur
Replied by AhmetNur on topic Content font aligment problem for Acedemy
we add it from source code
Please Log in to join the conversation.
-
Danimeeka
Active member - Member
Less
More
- Posts: 198
- Thank you received: 0
10 years 7 months ago #39519
by Danimeeka
Replied by Danimeeka on topic Content font aligment problem for Acedemy
Did this ever get resolved? I have just downloaded Academy and started setting it up, and I find exactly the same problem. My site is here:
sykes-turner.com
.
I can resolve it by left justifying all my paragraph text in articles, but that is putting more work onto my clients. How do I make the default alignment for paragraph text left justified?
Thanks.
I can resolve it by left justifying all my paragraph text in articles, but that is putting more work onto my clients. How do I make the default alignment for paragraph text left justified?
Thanks.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
10 years 7 months ago #39523
by milos
Replied by milos on topic Content font aligment problem for Acedemy
You can edit file /templates/hot_academy/css/template_css.css and around line 640 change this:
to this
Thanks
Code:
.sparky_home .content_sparky {
text-align: center;
padding: 40px 0;
}
to this
Code:
.sparky_home .content_sparky {
text-align: left;
padding: 40px 0;
}
Thanks
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
-
Danimeeka
Active member - Member
Less
More
- Posts: 198
- Thank you received: 0
10 years 7 months ago - 10 years 7 months ago #39653
by Danimeeka
Replied by Danimeeka on topic Content font aligment problem for Acedemy
Great - that works perfectly.
Thanks Milos.
Julia.
Thanks Milos.
Julia.
Last edit: 10 years 7 months ago by Danimeeka. Reason: Spelling of name
Please Log in to join the conversation.
Time to create page: 0.163 seconds