Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Two Coulmn Layout?

More
11 years 2 months ago #1669 by cowclimber
Two Coulmn Layout? was created by cowclimber
Hi, I'm trying to get an image layout with 2 columns and 8 rows. I was able to do this with the old Latest News Enhanced very easily. Am I missing something or is this feature no longer offered? is it something I can change in the CSS?

Thanks,
-Justin

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1670 by admin
Replied by admin on topic Re: Two Coulmn Layout?
Hello Justin,
it really depends on what parameters you have selected. You definitely won't be able to have 2 columns and 8 rows if you are using animations as items are formatted by the plugins used. Then it depends if you are using vertical or horizontal overall configuration. Then it depends on the width/height of the items and the width of the container the items are located in (the template's position). And it also depends on the template's layout (fixed or fluid).
Many parameters, indeed :-)

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1671 by cowclimber
Replied by cowclimber on topic Re: Two Coulmn Layout?
Well it generates a scrollbar. Animation is turned off, container is set to 400 and item width is set to 184. I have it set to horizontal
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1672 by admin
Replied by admin on topic Re: Two Coulmn Layout?
Please give me a URL I can look at, I cannot really diagnose anything otherwise. Thank you!

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1673 by cowclimber
Replied by cowclimber on topic Re: Two Coulmn Layout?
server.smokebrushfoundation.com/smokebrush/
The Module is Upcoming events. Let me knwo if you want backend info:-) thanks!!! :cheer:

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1676 by admin
Replied by admin on topic Re: Two Coulmn Layout?
Easier this way ;-) Thanks.
You just need to add
ul.latestnews-items li {
    float: left;
}

Olivier.

Please Log in or Create an account to join the conversation.