You are not logged in.
#1 2010-06-09 05:45:15
- kenlhlp
- Member
Minima template previous/next thumbnail issue
Unable to center the previous-thumbnail-next links under the picture. They seem to align right with the Desciption caption aligned left on the same line. Any help would be appreciated.
link below of problem.
http://www.liusontjewelers.com/Jewelry_ … p03250.jpg
Thanks,
Ken
Offline
#2 2010-06-14 11:46:15
- PrimaFoto
- Moderator

Re: Minima template previous/next thumbnail issue
kenlhlp,
I see you have:
div.sgNavBar, p.sgNavBar (line 210)
{
text-align: center;
float: right;
}
I would say that you need to make the box (div.sgNavBar, p.sgNavBar) with a width also.
Perhaps put a <BR CLEAR=LEFT> before the navigation.
Offline