We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Andy
  2. General Discussion
  3. Friday, 19 June 2015
  4.  Subscribe via email
I have a page http://encore-live.com/en/artists/musicians where I would like to get the Articles to line up, i.e. to all be the same length, without loosing the responsiveness of the page, any idea how?
References
  1. http://encore-live.com/en/artists/musicians
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andy,

Here is suggestion for your issue.

1. Open the menu editing page > Link Type > Link CSS Style and add class: intro-height for the menu: http://easycaptures.com/fs/uploaded/870/2833649956.png
2. Open the custom.css file in the templates/t3_bs3_blank/css and add the following CSS rule:

.intro-height .article-intro { 
min-height: 360px;
}


Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, Thanks, I have tried that but nothing has changed.

I am using T3_blank so I put the custom.css in both templates.

Any Ideas?

PS development mode is off.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

OK I got it now, my site was using another class, so using your prompt I added to the custom.css and that did the trick. Thanks for pointing me in the right direction :-)

.article-intro .f2c_intro {
min-height: 600px;
}
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.