Hello!
Anyone know how I can decrease the space within the "Video Gallery" block on the homepage?
You can see it live at MyGridIronSpace.com
Thank you
Hello! Anyone know how I can decrease the space within the "Video Gallery" block on the homepage? You can see it live at MyGridIronSpace.com Thank you |
No CSS experts in here? |
I went to your site and tried to find a page that is doing this and none of the pages in FF are displaying as you have it pictured.
To reduce the height, you don't need an expert. Just go to the page in your FF browser and use Firebug to open the code and find the approprite height: *px; and adjust it. Or post a url where this is specifically happening and I'll be happy to show you where to adjust it. |
I went to your site and tried to find a page that is doing this and none of the pages in FF are displaying as you have it pictured. To reduce the height, you don't need an expert. Just go to the page in your FF browser and use Firebug to open the code and find the approprite height: *px; and adjust it. Or post a url where this is specifically happening and I'll be happy to show you where to adjust it. The home page - http://mygridironspace.com Right in the middle under "VIDEO GALLERY". There's a much bigger space as noted in the image above while the photo gallery and other blocks are perfect. I tried inspecting th element using firebug but can't find the height. Thanks |
Okay, I was able to move it in firebug by using the top item:
templates/tmp_uni/index.css
.sharePhotosContent_1 margin-bottom:-10px;
If you move it more than that, it will cause the View All on the Photo Gallery box to move over top of the Voting stars (this is further down your page).
Maybe mrpowless can come up with a way to seperate the thumbnails in Video Gallery on the Home page from the Thumbnails for the Photos Gallery. I also attempted to adjust the thumbnail height of the Video Gallery, which has the same css control as the Photo Gallery.
Maybe if we used a:
.shareVideoContent_1 or a .sharePhotoContent_2 box it would allow the videos to be assigned a shorter box than the photo gallery and then this problem could be avoided. This will take some work that is beyond my skills, maybe someone else out there has a solution to doing this? I'm sure they do. |
Okay, I was able to move it in firebug by using the top item: templates/tmp_uni/index.css
.sharePhotosContent_1 margin-bottom:-10px; If you move it more than that, it will cause the View All on the Photo Gallery box to move over top of the Voting stars (this is further down your page). Maybe mrpowless can come up with a way to seperate the thumbnails in Video Gallery on the Home page from the Thumbnails for the Photos Gallery. I also attempted to adjust the thumbnail height of the Video Gallery, which has the same css control as the Photo Gallery. Maybe if we used a: .shareVideoContent_1 or a .sharePhotoContent_2 box it would allow the videos to be assigned a shorter box than the photo gallery and then this problem could be avoided. This will take some work that is beyond my skills, maybe someone else out there has a solution to doing this? I'm sure they do. Excellent job! Thanks a lot! Looks great now. |