By Jeremy McSpadden on Thursday, 05 December 2013
Posted in General Issues
Replies 3
Likes 0
Views 442
Votes 0
We are looking to add the 3 latest blogs on the homepage, but in a horizontal view. Everything I'm reading is sayings its the template position, but i don't think this is true. I am unable to find a way to have the latest 3 show up as horizontal.
Hello Jeremy,

I am sorry for the delay of this reply.
Unfortunately, it doesn't have this option to make the latest post module to horizontal view. If you can provide us with FTP access, we can try and see if it's possible to hack CSS code to make it display on horizontal view? Please advise.
·
Thursday, 05 December 2013 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the reply Arlex, I'ave added the FTP information to the original post.
·
Friday, 06 December 2013 03:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeremy,

I'm sorry that late reply of this,
I have hack some css code in your file JoomlaFolder/templates/kallyas/css/updates.css
Please have a check.

.ezb-mod .mod-item{
margin-left: 120px;
}

.ezb-mod .mod-item{
border-top: 0 none;
display: inline-block;
margin-bottom: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
padding: 0 !important;
width: 350px;
}

.ezb-mod .mod-item + .mod-item {
border-top: 0px solid #ccc !important;
}


*Notice : Remember clear your browser cache before open your website.
Hope this help.
·
Friday, 06 December 2013 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post