SmugMug Galleries Text and Layout Question

markbeckmarkbeck Registered Users Posts: 7 Beginner grinner
edited December 28, 2006 in SmugMug Support
Hello - I'm a Pro user, and have made a number of changes to my site. I'd like to make one more, but can't figure out how (I've looked through the forum as well).

On my SmugMug page ( http://markbeck.smugmug.com ) in the main page under the "galleries" section, I would like to do the following:

1. Have the text name of each gallery above each image (instead of to the right of the gallery image).

2. I would like to have the gallery images closer together, or essentially create more than two columns (i.e. 4 or 5).

Can anyone help?

Thanks! Mark

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 27, 2006
    Hi Mark,

    Try our FAQ:
    http://www.dgrin.com/showthread.php?t=26043

    #28. It puts the album titles below, not sure if there's a way to have the album titles above. But start with this :D
  • BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited December 27, 2006
    markbeck wrote:
    Hello - I'm a Pro user, and have made a number of changes to my site. I'd like to make one more, but can't figure out how (I've looked through the forum as well).

    On my SmugMug page ( http://markbeck.smugmug.com ) in the main page under the "galleries" section, I would like to do the following:

    1. Have the text name of each gallery above each image (instead of to the right of the gallery image).

    2. I would like to have the gallery images closer together, or essentially create more than two columns (i.e. 4 or 5).

    Can anyone help?

    Thanks! Mark
    Hi Mark wave.gif

    Welcome to DGrin!!

    I think what you are looking for is in our Customization FAQ (No. 28):

    http://www.dgrin.com/showpost.php?p=300387&postcount=8

    See if that gets you close to where you want to be :) Be sure and holler back if you need any help at all!
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • markbeckmarkbeck Registered Users Posts: 7 Beginner grinner
    edited December 27, 2006
    Thanks Barb and Andy!! This is perfect :-)

    Barb wrote:
    Hi Mark wave.gif

    Welcome to DGrin!!

    I think what you are looking for is in our Customization FAQ (No. 28):

    http://www.dgrin.com/showpost.php?p=300387&postcount=8

    See if that gets you close to where you want to be :) Be sure and holler back if you need any help at all!
  • markbeckmarkbeck Registered Users Posts: 7 Beginner grinner
    edited December 28, 2006
    Follow Up Question - How to Decrease Row Height?
    I had a quick follow up question. How do you make the gap between rows smaller? You can see on my page ( http://markbeck.smugmug.com ) that with the five galleries, on the 2nd row, it seems a little far apart from the first row above.

    Any help would be great! Thanks :-)

    Mark
  • BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited December 28, 2006
    markbeck wrote:
    I had a quick follow up question. How do you make the gap between rows smaller? You can see on my page ( http://markbeck.smugmug.com ) that with the five galleries, on the 2nd row, it seems a little far apart from the first row above.

    Any help would be great! Thanks :-)

    Mark

    Hi :)

    You will want to play with the min-height in your code, i.e.:

    .loggedIn .miniBox {height:auto; min-height:300px;}

    Change the min-height to 200px. Also change it for the non-logged in .miniBox if you want it to be less space when you are not logged in.
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • markbeckmarkbeck Registered Users Posts: 7 Beginner grinner
    edited December 28, 2006
    Barb wrote:
    Hi :)

    You will want to play with the min-height in your code, i.e.:

    .loggedIn .miniBox {height:auto; min-height:300px;}

    Change the min-height to 200px. Also change it for the non-logged in .miniBox if you want it to be less space when you are not logged in.

    This worked great!!! Thanks again :-)
  • BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited December 28, 2006
    markbeck wrote:
    This worked great!!! Thanks again :-)

    You're very welcome wings.gif
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
Sign In or Register to comment.