Page 1 of 1

Help with 'Recent' gallery

PostPosted: Wed Sep 26, 2012 8:25 pm
by amagen
Help will be highly appreciated with the code of my 'Recent' gallery.
The thumbnails overlay the title, please take a look: http://www.pbase.com/amagen/root&view=recent

Thank you in advance :)

Avi

Re: Help with 'Recent' gallery

PostPosted: Thu Sep 27, 2012 6:19 pm
by mardoli
Hello, Avi.
As far I can see, you have adopted a rather involved CSS for your root page and the recent gallery page inherits the same CSS as the root page, you cannot change it.
It means you are obliged to change the CSS of your root page to solve your problem with the appearance of your recent galleries page.
I see that you have in your CSS the following command
Code: Select all
TABLE {
   position:relative;top:-147px;
    FONT: 12px papyrus, verdana, arial, sans-serif; BORDER-LEFT: 0px;
     COLOR:  #5B5B65; BORDER-BOTTOM: 0px
}

I suppose you have adopted this option to not make the usual buttons of navigation of PBase visible, but this is the reason for which you have a fully unbalanced page in the recent galleries page.
But you have also added a lot of HTLM commands in the description of root gallery case and the values you have selected there are in contrast with the layout by default of the recent galleries page.
I’m afraid you should change the layout and the script in your root page to settle the appearance of the recent galleries page.
I think it’s possible to get nearly the same visual appearance your root gallery has now, but the script had to be done differently.
I don’t see any other solution. But maybe there is a simpler one.
Best wishes
Marisa

Re: Help with 'Recent' gallery

PostPosted: Fri Sep 28, 2012 6:34 pm
by amagen
Thank you so much Marisa for the courteous, comprehensive and quick response :) Now I'm going back to the drawing table... :?

Avi