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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Bottom margin/padding of slider
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Bottom margin/padding of slider
#19329
Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 0
Hi

How can I alter (decrease) the space between the slider box and the rest of the content?

Kindly

Lollo
The administrator has disabled public write access.
 
#19330
Re:Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 760
Hello,

Provide link to a page where we can see the slider. We suppose padding is defined in site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19331
Re:Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 0
The administrator has disabled public write access.
 
#19332
Re:Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 760
Padding is defined in site template styles. You can try to use the next CSS rules to remove padding:

Code:


body #container
{
 padding: 0;
}

DIV.flexgrid_1
{
 margin: 0;
}



or contact site template developers that they remove unnecessary padding.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19333
Re:Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 0
Works for bottom padding, but moves the whole slider up and to the left. How to just adjust bottom margin/padding?
The administrator has disabled public write access.
 
#19334
Re:Bottom margin/padding of slider 13 Years, 3 Months ago Karma: 0
This works:

body #container
{
margin-padding: 0;
}

DIV.flexgrid_1
{
margin-bottom: 0;
}

Excellent slider
The administrator has disabled public write access.
 
Go to topPage: 12