0
This is probably just a css issue but I'm not to sure on how to fix it. Whenever pagination is used in MC, it is shown in a vertical fashion. I would like it to show horizontally.
http://buddymusic.org/index.php?option=com_muscol&view=songs&id=2&Itemid=113
http://buddymusic.org/index.php?option=com_muscol&view=songs&id=2&Itemid=113
Responses (20)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germi and guys,
I got this problem also (vertical pagination) for my New site with RT Theme - Joomla 2.5.1. I think this problem is from Library---> gantry style.
FYI, I added this css style to /libraries/gantry/css/ to solve another component with similar problem, It solved:
/*Vertical Pagination*/
div.pagination ul li {
display: inline;
padding-right: 5px;
padding-left: 5px;}
div.pagination ul,
div.pagination p.counter {
text-align: center;}
But It is not affect to Muscol Component . The main page of the component link is here
Appreciate for any help. Thanks... -
Accepted Answer
0I;m also having this problem
See here : http://www.madonna.nl/muziek/discografie
Am using Musicity from Gavick.com -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0gjhvs wrote:
germi wrote:
@gjhvs
adding something like:
display: inline;
margin: 5px;
into LI elements does the trick.. I tried in your site using firefox!
@abuafif it's weird.. the code you present seems pretty good, it should work.. can you post a link?
Thanks Germi! It worked!
Hey Germy,
I did work on the navigation for MusicCollection but it also adjusted the 'normal' Joomla navigation.. and that did not look OK...
It there another way to make the MusicCollection navigation look alright? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »