only the number with the link

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Feb 22, 2012 7:01 pm
only the number with the link not the whole box
products in the paging links when the page number of the works
error in the picture.

joomla 1.7 vm2.0

http://proba.dreamsolution.hu/index.php/component/virtuemart/page/8/biztonsagtechnika/akkumulator/12v?limit=1
User avatar
Fresh Boarder

GK User
Thu Feb 23, 2012 11:58 am
Hi,

Try using this code to add to CSS Override mode of template setting:
Code: Select all
#article-index ul li a, #article-index ul li span, div.pagination ul li, div#bottom-pagination ul li{
padding: 0!important;
width: 26px;
}
div#bottom-pagination > ul > li > a.pagenav{
display: block;
width: 26px;
}

Then let me know if it helps.
User avatar
Platinum Boarder

GK User
Thu Feb 23, 2012 5:39 pm
Unfortunately, it does not help the css code
If I need access to the page!

thank you
User avatar
Fresh Boarder

GK User
Fri Feb 24, 2012 1:05 pm
Hi,

I tried with Firebug and it really worked for me. Can you please send me a PM with backend access then I can try for you?
User avatar
Platinum Boarder

GK User
Sat Feb 25, 2012 11:48 am
I added the code to Override box but somehow it was not applied to the site, can you please also send me FTP access to check further?

Thanks,
User avatar
Platinum Boarder

GK User
Sun Feb 26, 2012 1:47 pm
Hi,

I added the code to file override.css and it works now, please check and confirm the same.
User avatar
Platinum Boarder

GK User
Sun Feb 26, 2012 3:18 pm
thank you very much, it works
but the buttons are missing text
User avatar
Fresh Boarder

GK User
Mon Feb 27, 2012 1:43 pm
Hello,

The code has been changed to:
Code: Select all
#article-index ul li a, #article-index ul li span, div.pagination ul li, div#bottom-pagination ul li{
padding: 0!important;
width: auto;
}
#article-index ul li a, #article-index ul li span, div.pagination ul li, div#bottom-pagination ul li:nth-child(11){
   width:26px!important;
}
div#bottom-pagination > ul > li > a.pagenav{
display: block!important;
width: 27px!important;
}
.pagination-prev{
   width:30px!important;
}
.pagination-next{
   width:67px!important;
}
.pagination-end{
   width:40px!important;
}

Please check if it's ok now.
User avatar
Platinum Boarder

GK User
Mon Feb 27, 2012 7:25 pm
thank you very much, for quick help B)
User avatar
Fresh Boarder

GK User
Tue Feb 28, 2012 11:38 am
You are most welcome, just feel free to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron