Pagination overlapped

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Tue Mar 16, 2010 2:54 am
I have a small use with pagination using default joomla blog component. It looks overlapped when I use right column.
You can see my page here:

http://www.vistamedica.com/main/noticias/
How can I fix it?

Thanks in advance :)
Regards
User avatar
Senior Boarder

teitbite
Tue Mar 16, 2010 3:17 pm
Hi

Unfortunately You have too much elements inside pagination. But I can advise You to make one change in http://www.vistamedica.com/main/templat ... joomla.css

Code: Select all
ul.pagination {
float:left;
margin:10px 0;
overflow:hidden;
width:100%;
}
User avatar
Moderator

GK User
Tue Mar 16, 2010 11:06 pm
It looks better now, but "Next" and "last" button, cant be seen. How can I fix it?


you can see it in: http://www.vistamedica.com/main/noticias/

Thanks in advance...
User avatar
Senior Boarder

GK User
Tue Mar 16, 2010 11:18 pm
Hi

Try adding this on joomla.css

Code: Select all
ul.pagination li {padding: 0 5px!important;margin: 0 2px!important;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Mar 16, 2010 11:48 pm
Thanks Seichinha, its better now, the "Next" button appeared, but the "End" button and the ">>" still missing, when you are in page 10 and above.
User avatar
Senior Boarder

GK User
Wed Mar 17, 2010 3:02 am
ok ;) So instead of the previous code, use this:

Code: Select all
ul.pagination li {padding: 0 4px!important;margin: 0 2px!important;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Mar 17, 2010 3:20 am
Thanks again, Problem solved!! :)
User avatar
Senior Boarder

GK User
Tue Apr 20, 2010 1:58 pm
Worked for me ;)

Thanks!
User avatar
Senior Boarder

GK User
Mon Apr 26, 2010 12:28 am
How did you get the area where the logo is enlarged? I want my logo to be able to fit but the space is so small.
User avatar
Senior Boarder

GK User
Mon Apr 26, 2010 12:33 am
DArom, how did u get your photoslide to show text across the slide like that? I want mine to look like that. Thanks.
Also you have a very nice site, i wish it was in english so i could browse. :)
User avatar
Senior Boarder

teitbite
Mon Apr 26, 2010 9:00 pm
Arianne wrote:
How did you get the area where the logo is enlarged? I want my logo to be able to fit but the space is so small.


Hi

Please play with the value of min-height in template.css file at class:

Code: Select all
#top-nav {
background:url("../images/top_bg.png") repeat-x scroll 0 bottom #3D4044;
min-height:70px;
}
User avatar
Moderator

GK User
Tue Apr 27, 2010 1:35 am
How do i get an image to show as my logo instead of text. There is no way to upload it via the template.
User avatar
Senior Boarder

teitbite
Wed Apr 28, 2010 1:33 pm
Hi

Please upload it via ftp.
User avatar
Moderator

GK User
Wed Apr 28, 2010 2:32 pm
Where do i upload it to?
User avatar
Senior Boarder

teitbite
Thu Apr 29, 2010 12:50 pm
Hi

I think it should be templates/gk_memovie/images/logo.png
User avatar
Moderator

GK User
Fri Apr 30, 2010 7:42 pm
Thank you very much, i got my logo up. :)
User avatar
Senior Boarder


cron