1. fb_inatomi
  2. Commercial Templates
  3. Friday, 20 April 2018
  4.  Subscribe via email
Hello,

I use Grace template.
when i click Tag, I want make 3 or 4 column layout.

I'm not very familiar with php, Japascript.
please help me....

URL is Japanese site. so, i add sample image file.
References
  1. http://fbhanbai.xtwo.jp/kagkao0418/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.tag-category .category {
display: flex;
flex-wrap: wrap;
}
.tag-category .category li {
flex: 0 0 30%;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much!!!!!!!!!!!!!
You really saved me!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!