Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Move to navigation buttons
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Move to navigation buttons
#27333
Move to navigation buttons 12 Years ago Karma: 0
I would like to move the navigation buttons so that the left button appears to the left of the carousel and the right button appears to the right of the carousel.

Solutions appreciated.
The administrator has disabled public write access.
 
#27337
Re:Move to navigation buttons 12 Years ago Karma: 748
Hello,

Provide a link to a page where we can see a carousel on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27338
Re:Move to navigation buttons 12 Years ago Karma: 0
Site is currently in development I'm afraid.

Default install of module, so standard instruction for this will suffice.

Thanks
The administrator has disabled public write access.
 
#27339
Re:Move to navigation buttons 12 Years ago Karma: 748
Add the next code to "CSS Styles" parameter in module settings:

Code:


{$id}_wrapper .ari-cloud-carousel-nav
{
 width: 100%;
}

{$id}_wrapper .ari-cloud-carousel-nav .ari-cloud-carousel-right
{
 float: right;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#27370
Attachment never uploaded 12 Years ago Karma: 0
Thanks for your solution. Please see my attached screenshot.

As you will see the buttons are still at the top at either side.
I would like to have them half way down the module at either side rather than at the top.

Can this be done with your module?

Last Edit: 2012/04/18 17:01 By moraelin.
The administrator has disabled public write access.
 
#27372
Re:Attachment never uploaded 12 Years ago Karma: 748
Add the next code to "CSS Styles" parameter:

Code:


{$id}_wrapper .ari-cloud-carousel-nav
{
 top: 45%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12