Author Topic: Module to display content horizontal or vertical?  (Read 449 times)

yang2k4

  • Newbie
  • *
  • Posts: 3
    • View Profile
Module to display content horizontal or vertical?
« on: May 12, 2012, 11:01:05 AM »
Hi, I noticed right now the content in modules is shown as:

Picture----name----rating.
Picture---Name---Rating

Is it possible to make it display the content like

picture picture
name   name
rating  rating
?

yang2k4

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Module to display content horizontal or vertical?
« Reply #1 on: May 14, 2012, 12:53:00 AM »
I did manage to manually get this kind of sorted. I'm no HTML expert neither a programmer so I apologize for asking a lot about something this simple. I've tried to eliminate the space or gap between pictures but I've been unlucky. I tried padding, setting borders and margings to 0 however i've been unable to work it out,

My current CSS shows something like this:

<style type="text/css">
table.srModuleLatest
{
   width:100%;
   line-height:0px;
   overflow:hidden;
   margin:0 0 0 0;
      margin:0px;
   padding:0px;   
   float: left;
}
table.srModuleLatest tr.srModuleLatestRow
{
   height:32px;
   line-height:0px;   
   float: left;
   margin:0 0 0 0;
      margin:0px;
   padding:0px;
}

table.srModuleLatest tr.srModuleLatestRow td.srModuleLatestTitles
{
   line-height:0px;
   margin:0 0 0 0;
      margin:0px;
   padding:0px;
   font-size:0px;
    float: left;
}
</style>

Any ideas? I did some modifications but i've been unable to do much. I don't know about coding really and google has been the one pointing me towards solutions that work for most but not for me. I'm sure i'm skipping something :(

row1

  • SR Sole Developer
  • Hero Member
  • *****
  • Posts: 1245
    • View Profile
    • Sockware
Re: Module to display content horizontal or vertical?
« Reply #2 on: May 28, 2012, 06:21:17 AM »
I don't think that this can be done via css alone. The next version of the module will be more flexible.
If you find Simple Review useful please submit a Review (http://extensions.joomla.org/extensions/communities-&-groupware/ratings-&-reviews/4725/details), your positive reviews will help keep me going!
Please also make suggestions and possible improvements in the forum!