Horizontal layout
4 posts
• Page 1 of 1
Horizontal layout
Is it possible to have the articles in a row instead of columns? (horizontal)
eg:
Category Title
article 1 | article 2 | Article 3
Category Title
article 1 | article 2 | Article 3
Category Title
article 1 | article 2 | Article 3
any help is appreciated!
eg:
Category Title
article 1 | article 2 | Article 3
Category Title
article 1 | article 2 | Article 3
Category Title
article 1 | article 2 | Article 3
any help is appreciated!
- agxben
- Fresh Boarder

- Posts: 1
- Joined: Fri Dec 14, 2012 8:46 am
Re: Horizontal layout
This will be a amazing feature indeed
- digitalconnect
- Fresh Boarder

- Posts: 3
- Joined: Fri Apr 05, 2013 6:18 pm
Re: Horizontal layout
Hi,
This can be achieved with CSS. Rather than modifying modules/mod_featcats/assets/featcats.css you can duplicate it, rename it and choose it in the "Stylesheet" parameter under "Advanced Options".
I would suggest to set "Main Articles count" to 0 and "Sub Articles Count" to your convenience, and adding something like
To your new stylesheet.
This can be achieved with CSS. Rather than modifying modules/mod_featcats/assets/featcats.css you can duplicate it, rename it and choose it in the "Stylesheet" parameter under "Advanced Options".
I would suggest to set "Main Articles count" to 0 and "Sub Articles Count" to your convenience, and adding something like
- Code: Select all
.fc_links {
list-style: none;
margin: 0;
}
.fc_links:after {
content: '.';
clear: both;
line-height: 0;
font-size: 0;
}
.fc_links li {
float: left;
padding: 0 5px 0 0;
}
.fc_links li:after {
content: '|';
}
.fc_links li:last-child:after {
content: '';
}
To your new stylesheet.
-

chus - Administrator

- Posts: 448
- Joined: Thu Sep 13, 2007 2:21 am
- Location: Costa Rica
Re: Horizontal layout
Thank you very much 
- digitalconnect
- Fresh Boarder

- Posts: 3
- Joined: Fri Apr 05, 2013 6:18 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests