- Posts: 8
- Thank you received: 0
Content font aligment problem for Acedemy
12 years 5 months 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 - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months 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.
12 years 5 months 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.
11 years 11 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.
11 years 11 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.
11 years 11 months ago - 11 years 11 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: 11 years 11 months ago by Danimeeka. Reason: Spelling of name
Please Log in to join the conversation.
Time to create page: 0.164 seconds