can't left-align

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 20, 2013 6:57 pm
Reply with quote
Report this post
I can't left-align text of article, even though I did the same setting of the category which be left-aligned already.

example
can't left-align
http://olabrasil.jp/events/item/65-2013-03-19-09-29-07
be left-align already
http://olabrasil.jp/others/item/140-brasileiro
User avatar
Junior Boarder

GK User
Fri Sep 20, 2013 7:09 pm
Reply with quote
Report this post
Hi,
I would like to help you but I don't see difference between them.
Be default all content is left align.

For what element you need left align, please add screenshot with arrows.
User avatar
Platinum Boarder

GK User
Fri Sep 20, 2013 7:12 pm
Reply with quote
Report this post
You can use "text-align: left;" for all content or selected elements only.

Sorry I don't know japan language to help you more.

p.s.
If you want to translate our template more use this tip: http://www.gavick.com/documentation/gen ... r-phrases/
User avatar
Platinum Boarder

GK User
Sat Sep 21, 2013 5:40 pm
Reply with quote
Report this post
Hi

I mean, I can't erase rectangle blank area next to article.
User avatar
Junior Boarder

GK User
Sat Sep 21, 2013 9:24 pm
Reply with quote
Report this post
ok, now I see.

It was because of left-margin:

Code: Select all
.itemAsideInfo + .itemBody {
    margin-left: 160px;
}



Change/override to new
Code: Select all
.itemAsideInfo + .itemBody {
    margin-left: 0px;
}
User avatar
Platinum Boarder

GK User
Thu Sep 26, 2013 1:53 am
Reply with quote
Report this post
I couldn't. :(
I want to erase the following by settings of the admin page because there are the article pages which have already enabled that in my site.
Code: Select all
<aside class="itemAsideInfo">
   <ul>
   </ul>
</aside>
User avatar
Junior Boarder


cron