Shape 5

Joomla Templates => Political - Club => : kvanroey September 24, 2012, 12:21:32 PM



: More articles ...
: kvanroey September 24, 2012, 12:21:32 PM
Hello,
On my website www.koenvanroey.be
the layout for more articles ... is the start, prev,1,2, next, end words are presented top-down in stead of horizontal representation.
Any idea how to solve this ?

Page 1 of 2

    Start
    Prev
    1
    2
    Next
    End

Thanks,

 Regards, Koen


: Re: More articles ...
: kvanroey October 06, 2012, 06:02:55 AM
Hello,
I guess you missed this item during answering all items ...
Can you please give some feedback ?
Thanks ! Koen


: Re: More articles ...
: mikenicoll October 06, 2012, 07:51:24 PM
Hello,

Please add this to the bottom of the Template.CSS

div.pagination ul li {
display: inline;}

If you want it to align with the left of your page add this in addition to the above code.

position: relative;
right: 37px;


: Re: More articles ...
: kvanroey October 07, 2012, 02:47:33 PM
Thanks, this was helpfull :-)


: Re: More articles ...
: shengjin June 18, 2013, 08:25:47 AM
I am having the same issue. However, when I tried adding the code above to the template.css, it didn't help. my website is running on Joomla 2.5 and Joomanager 2.0.

thanks in advance for your help!

SJ


: Re: More articles ...
: mikenicoll June 18, 2013, 08:34:04 AM
Hello,

Please post a URL where this occurs.

-Mike


: Re: More articles ...
: shengjin June 18, 2013, 07:15:48 PM
Hi Mike,

Here is the url: http://bluemountaincrossing.com/index.php/vacation-rentals

another question:
How to make the map in listing page zoom out a little bit. It currently zoom in too much.
example: http://bluemountaincrossing.com/index.php/index.php?option=com_joomanager&view=details&catitemid=108&Itemid=132

please see the attached image.

thank you.

SJ


: Re: More articles ...
: mikenicoll June 19, 2013, 07:08:36 PM
Hello,

1) Try this:

.pagenav {
     float: left;}

2) There should be a default zoom setting in the module options but I am not sure. You would need to contact the developer of the Map Extension for a definitive answer.

-Mike