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
ul.pagination {
float:left;
margin:10px 0;
overflow:hidden;
width:100%;
}
ul.pagination li {padding: 0 5px!important;margin: 0 2px!important;}
ul.pagination li {padding: 0 4px!important;margin: 0 2px!important;}
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.
#top-nav {
background:url("../images/top_bg.png") repeat-x scroll 0 bottom #3D4044;
min-height:70px;
}