0
I am using Rocket Theme template in RTL website with Joomla 2.5 and Music Collection 2.3. Having an issue with vertical pagination on any muscol page.

As seen from image attached, pagination works fine (horizontally) throughout the website. When I alter the "li" tag by adding "display:inline;" in the main css file, the pagination works fine (horizontally) in muscol pages but gets messed up throughout the whole website.

How can I alter only the css for the muscol pages? http://www.joomlamusicsolutions.com/images/fbfiles/images/muscol_pagination.jpg
Attachments:
Responses (4)
  • Accepted Answer

    Saturday, July 28 2012, 02:55 PM - #Permalink
    0
    hello,
    you can solve this with CSS.
    basically all you need to do is to open that file:
    /components/com_muscol/views/artists/tmpl/detailed.php
    and at the end, you see a DIV with class="muscol_pagination", just change it to class="pagination"
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, July 29 2012, 12:43 AM - #Permalink
    0
    I did go to the file but the div was not defined to any class. So, I added class="pagination" to that div as well as a tag (with its closing tag as well) before and after the form as the alignment was not centered.

    Thank you. The vertical pagination works fine now.
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 08:45 AM - #Permalink
    0
    Hello,

    I would like to know if to make this customization directly in the template so it will not removed if later one makes an update of the component, we just have to proceed as usual : inside /html/ folder .
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 10:44 AM - #Permalink
    0
    yes you can do it on /html folder if you want.
    The reply is currently minimized Show
Your Reply