live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Mini Moo Gallery- Thumb Rows & Centering (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Mini Moo Gallery- Thumb Rows & Centering
#1734
Mini Moo Gallery- Thumb Rows & Centering 6 Months, 2 Weeks ago Karma: 0  
Hi Anthony,

Thanks for your answer to my previous question. The site is looking good, almost done.

I have a problem with the Mini Moo Gallery...
I want to put 2 rows of thumbnails into the portfolio page, and also dfor some reason the pictures are off-center around numbers 7 and 8.
the link is at jb.rosstamicah.com

Thanks!
Rosston Meyer (User)
Fresh Bamboo
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1739
Re:Mini Moo Gallery- Thumb Rows & Centering 6 Months, 2 Weeks ago Karma: 31  
Hi Rosston,

I like what you have done with the site

You'll need to hack the mini_moo_gallery.php file in the module directory to get the thumbnails to break into two rows.

Just locate the thumbnail image that you want to create the new row at and put in a clearing div at the end of the case statement:

< div class="clear"> < / div >.

(You'll need to remove the spaces between the brackets above).

The css for that should already exist in the template but if it doesnt just add:

.clear {clear:both} to the template_css.css file.

You will also have to play around with the margins between the two rows as well and can do this by adding a height attribute to the .clear div.

Then you will also need to use a margin-left attribute to create a faux centred effect since the thumbnails float:left and the margin: 0 auto wont have any effect.

So in the css file:

Add something like this:
.pearScrollContent {margin-left:50px}

this should get the thumbnails centred. However if it doesnt you may need to apply the margin-left to the #pearscrollcontent or pearbrowser divs.

Thanks Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1551
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard
,