Corporate template / slider black&white
Corporate Ltd is perfect choice for your next business Joomla website
- GK User
- Thu May 24, 2012 8:09 pm
Hi,
On my customers site www.heidepol.nl I have used black&white style in the slider. Problem is the way that the numbers (or in my case) blocks are shown (navigation blocks bottom right) they start from right to left and it should be from left to right. How can I change this?
Thanks!
Pat
On my customers site www.heidepol.nl I have used black&white style in the slider. Problem is the way that the numbers (or in my case) blocks are shown (navigation blocks bottom right) they start from right to left and it should be from left to right. How can I change this?
Thanks!
Pat
-
- Senior Boarder
- GK User
- Fri May 25, 2012 1:30 am
Hi Pat,
There may be something wrong in your module setting, can you please send me a PM to provide backend access to check?
Thanks,
There may be something wrong in your module setting, can you please send me a PM to provide backend access to check?
Thanks,
-
- Platinum Boarder
- GK User
- Fri May 25, 2012 8:31 am
Hi Don,
Sorry, customer policy, no I can't.
But here are to printscreens of the settings.
I don't see any options for this matter (maybe suffix etc??)
Sorry, customer policy, no I can't.
But here are to printscreens of the settings.
I don't see any options for this matter (maybe suffix etc??)
2012-05-25_0932.png
-
- Senior Boarder
- GK User
- Fri May 25, 2012 3:17 pm
So, try adding this code to CSS Override to check if it helps:
- Code: Select all
.gkIsWrapper-gk_black_and_white .gkIsPagination li{
float: left!important;
}
-
- Platinum Boarder
- GK User
- Sun May 27, 2012 10:33 am
Hi Don,
Your suggestion did not do the trick but put me in the right direction, so I also but in left float on and it worked out!! THANKS! :
.gkIsWrapper-gk_black_and_white .gkIsPagination { position:absolute; z-index:101; float: left; list-style-type:none; }
.gkIsWrapper-gk_black_and_white .gkIsPagination li { width:10px; cursor:pointer; float:left; margin-right:8px; color:#fff; font-size:7px; font-family: Georgia, "Times New Roman", Times, serif !important; background-color: #fff; height: 10px; border-width: 1px; }
.gkIsWrapper-gk_black_and_white .gkIsPagination li.active { color:#af8420; background-color: #af8420; float: left; }
Your suggestion did not do the trick but put me in the right direction, so I also but in left float on and it worked out!! THANKS! :
.gkIsWrapper-gk_black_and_white .gkIsPagination { position:absolute; z-index:101; float: left; list-style-type:none; }
.gkIsWrapper-gk_black_and_white .gkIsPagination li { width:10px; cursor:pointer; float:left; margin-right:8px; color:#fff; font-size:7px; font-family: Georgia, "Times New Roman", Times, serif !important; background-color: #fff; height: 10px; border-width: 1px; }
.gkIsWrapper-gk_black_and_white .gkIsPagination li.active { color:#af8420; background-color: #af8420; float: left; }
-
- Senior Boarder
- GK User
- Tue May 29, 2012 8:18 am
Hi,
I'm very glad to know that Let me know if you need any other assistance.
Have a nice day,
I'm very glad to know that Let me know if you need any other assistance.
Have a nice day,
-
- Platinum Boarder
6 posts
• Page 1 of 1