OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Pagination position (0 viewing) 

Joomla Slider Support

Go to bottom Favoured: 0

Pagination position

jesada99 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Pagination position 8 Years, 9 Months ago
Karma: 0  
Hi, I would like to align pagination to right, can you please advise?
And can we move pagination inside the picture area?
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Pagination position 8 Years, 9 Months ago
Karma: 7  
Hi!

Thank you for using OS Touch slider
ordasoft.com/os-touch-slider-joomla-responsive-slideshow

You should paste this code in
templates/your_template_name/css/style.css

Code:

#osslider116 center {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 999;
}



You can change position of the navigation dots by modifying Right and Bottom variables.

Best Regards,
Anna,
ordasoft.com
Logged Logged
Last Edit: 2015/06/26 14:06 By AnnaZh.
The administrator has disabled public write access.
jesada99 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Pagination position 8 Years, 9 Months ago
Karma: 0  
Ok, I'm working on this site braveengineering.com/
and here is my template css braveengineering.com/templates/brave2015/css/template.css

I add your given code in this css, and still no change. please advise what I'm missing.

thanks

Jess
Logged Logged
The administrator has disabled public write access.
jesada99 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Pagination position 8 Years, 9 Months ago
Karma: 0  
ok, finally I sort out the problem

mod_os_touchslider/tmpl/default.php


row 142-144 change to

Code:

<div style="text-align:left; position: relative; left: 10px; bottom: 40px; z-index: 999;">
      <div class="pagination"></div>
    </div>

Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Pagination position 8 Years, 9 Months ago
Karma: 7  
Hi Jess!

That's great!
If you have other questions, don't hesitate to ask me.

Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
Go to top
»