VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: trevorellis on November 22, 2018, 11:20:32 AM

Title: How Do I Make The VM Pagination Horizontal?
Post by: trevorellis on November 22, 2018, 11:20:32 AM
Hello, I am using the Uber template with the latest Virtuemart and would like to know how I make the vm-pagination horizontal because at the minute it is vertical (as seen here http://nickersonbrothers.co.uk/index.php/products). How do I achieve this? Is there any code that you can put in the custom.css? Any help would be greatly appreciated.
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: GJC Web Design on November 22, 2018, 11:57:36 AM
This site can't be reached nickersonbrothers.co.uk took too long to respond.
Search Google for nickerson brothers co uk index php products
ERR_CONNECTION_TIMED_OUT
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: trevorellis on November 22, 2018, 12:19:43 PM
I can access it. I have just visited the site with another browser just to check. I think that the connection problem must be at your end. Even if you cannot access it, do you have any code that could help me please?
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: Jörgen on November 22, 2018, 12:41:24 PM
Calling from sweden, almost same result
QuoteERR_CONNECTION_RESET

Jörgen @ Kreativ Fotografi
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: GJC Web Design on November 22, 2018, 12:45:05 PM
works sometimes -- seems a weak host

.vm-pagination ul li {
    display: inline;
    float: left;
    min-width: 30px;
    margin: 0 10px;
}

.vm-pagination ul li .pagenav {
    border: 0;
}
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: trevorellis on November 22, 2018, 12:53:58 PM
Thanks a lot, the code worked  :D. Apologies about the connection issue. I have realised that there is a data centre issue, we are investigating it now.
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: trevorellis on November 22, 2018, 14:23:06 PM
We think the server issue has now been resolved. If anybody would able to check it again, that would be great. Thanks in advance.
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: GJC Web Design on November 22, 2018, 16:36:45 PM
Yes - running nicely here
Title: Re: How Do I Make The VM Pagination Horizontal?
Post by: trevorellis on November 23, 2018, 12:49:08 PM
Thanks that's great to hear.