By Giulia Magnesa on Wednesday, 02 November 2016
Posted in General Issues
Replies 10
Likes 0
Views 251
Votes 0
Hi
is it possible to set the same height for the blog posts listed in 2 columns page?

If you give a look to encloed pdf you can see the posts entries have a different height and the page seems to be a mess

Let me know

thank you
Hello Giulia,

This is actually one of the trending design that people are looking for. They are called "tiled layout" with a variable height it makes your blog look like it has tiled effect.

If you want to have a fixed height, you need to set a fixed height using css. What is the URL to your blog?
·
Wednesday, 02 November 2016 23:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually my blog is in our intranet and you cannot acces.
Which is the css code to modify?
·
Wednesday, 02 November 2016 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try something like this,

[gist]
.eb-nickel .eb-masonry-post {
height: 350px !important;
}
[/gist]
·
Wednesday, 02 November 2016 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
ok but in which file ? and in which row?

Sorry but I'm not an expert
·
Thursday, 03 November 2016 00:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Giulia,

Ideally these codes should be placed in your Joomla template's css file. Most templates allows you to add custom css into /templates/JOOMLA_TEMPLATE_NAME/css/custom.css
·
Thursday, 03 November 2016 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
It works but the result is not the best:

Now there isn't any space between bblog post entries and also at bottom the is an overlapping of blog post entries

see the enclosed pdf
·
Thursday, 03 November 2016 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Here it it is the pdf
·
Thursday, 03 November 2016 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Giulia,

It's very difficult for me to tell you what the problem is without checking on the site. Can you please make the site temporarily accessible so that I can check it out?
·
Thursday, 03 November 2016 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
No I cannot put it on-line at moment

I think the code you sent me is not complete
·
Thursday, 03 November 2016 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
I am really sorry but unfortunately without any access to your site I would not be able to assist you any further.
·
Thursday, 03 November 2016 19:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post