navgs400
Forum Replies Created
-
May also need to modify the height here if you titles are long
.ngg-album-compact {
float:left;
height:225px;
padding-right:6px !important;
margin:0px !important;
text-align:left;
width:120px;
}Figured out the solution for the NextGEN issue in case anybody else has it. I checked on Mac OS X Safari and Firefox, also Windows 7 IE8.
In nextgen-gallery/css/nggallery.css
Change
.ngg-album-compactbox {
background:transparent url(albumset.gif) no-repeat scroll 0%;
height:86px;
margin:0pt 0pt 6px !important;
padding:12px 0pt 0pt 7px !important;
width:120px;
}to:
.ngg-album-compactbox {
background:transparent url(albumset.gif) no-repeat scroll 0%;
height:86px;
margin:0pt 0pt 6px !important;
padding:0px 0pt 21pt 7px !important;
width:120px;
}Forum: Fixing WordPress
In reply to: Login Page issue, random links on pageIt turned out the issue was WordPress 3.1 and the template don’t get along. I bumped it back down to 3.0.5 and the links went away. I tested it out on a temp install and it proved to be true. I tried other templates by the same designer and it also applied there as well.