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?

slideshow align
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: slideshow align
#16193
slideshow align 12 Years, 10 Months ago Karma: 0
Hi

I just bought and setup the ari slider extension, so far so good, just I dont get to align it.

www.oceansbydaystar.com/es

Can anyone give me a hand please?

Appreaciate !

Thanks
The administrator has disabled public write access.
 
#16200
Re:slideshow align 12 Years, 10 Months ago Karma: 747
Hello,

If you want to remove left padding, add the next CSS rule to "Styles" parameter in module settings:

Code:


DIV.ari_slider_item_inline
{
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16207
Re:slideshow align 12 Years, 10 Months ago Karma: 0
So I just put this code from the backend and it works?
The administrator has disabled public write access.
 
#16208
Re:slideshow align 12 Years, 10 Months ago Karma: 747
Enter this code in "Style" parameter in module settings page and the module loads entered CSS rules on frontend.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16245
Re:slideshow align 12 Years, 10 Months ago Karma: 0
hi

I just added the css and is aligning correctly to the left, any ideas to align up ?

Thanks
The administrator has disabled public write access.
 
#16246
Re:slideshow align 12 Years, 10 Months ago Karma: 747
Top and bottom padding appears because images are wrapped with <P> in articles. Add the next CSS rule:

Code:


.ari_slider_item_inline P
{
 margin: 0;
 padding:0;
}



and decrease slider height.

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