RSGallery2 Support Forums

RSgallery2 support forums => Display and Templates => Topic started by: FidelGonzales on July 23, 2007, 06:43:02 pm



Title: Multiple Columns On Main Page Default Template
Post by: FidelGonzales on July 23, 2007, 06:43:02 pm
I am attempting to figure out how to make the main page display two columns. Right now, it only displays one long column for all galleries. Any advice on where to make the changes to display two columns? Thanks.

TEMPLATE - Tables - Default template, supports all features.
RSGALLERY2 VERSION - 1.13.1 (SVN: 41)
SITE PHOTO GALLERY - http://rollx.rolldesign.com/photos/


Title: Re: Multiple Columns On Main Page Default Template
Post by: FidelGonzales on July 25, 2007, 01:40:25 am
Here's actually a better example of what I want to do.

I want to turn the photo gallery main page located here:

http://www.unlimitedshoppingcart.com/photos/

To look like the gallery pages, such as this:

http://www.unlimitedshoppingcart.com/photos/catid,1/


Title: Re: Multiple Columns On Main Page Default Template
Post by: Branko on March 19, 2008, 06:19:50 pm
No one knows?


Title: Re: Multiple Columns On Main Page Default Template
Post by: FidelGonzales on March 19, 2008, 06:53:00 pm
Nope. This is an easy to install photo gallery component for Joomla, but getting help can be daunting.


Title: Re: Multiple Columns On Main Page Default Template
Post by: john on March 20, 2008, 04:38:52 am
Hi.

Look at this thread.

http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,10252.0 (http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,10252.0)

maybe it helps

john


Title: Re: Multiple Columns On Main Page Default Template
Post by: Branko on March 22, 2008, 05:06:21 am
Exactly. The solution is in % in  template.css

}
.rsg_galleryblock{
width:44%;
float:left;
margin: 5px 5px 5px 5px;
}


Title: Re: Multiple Columns On Main Page Default Template
Post by: trevor on June 15, 2008, 02:37:33 am
Hello, Ive just signed up.  Thanks to the developers for giving us this great gallery.  :)

To change the look to the template, I use a shockingly simple method.

View the area you want to change in firefox with the css viewer installed.

This makes it easy to identify css class and/or selector you need to change.

Then you just edit the appropriate CSS and make the changes you need.

Hope this helps someone.