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?

whitespace after ARI JDatatable
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: whitespace after ARI JDatatable
#906
whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 0
Hi,

how can I reduce the space between the end of the table and the next element.

Please see: www.aktionsfinder.at/aktionsfinder/brot-a-gebaeck.html

thank you Michael
The administrator has disabled public write access.
 
#907
Re:whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 747
Hello,

There is CSS style for ARI JDataTable:

.dataTables_wrapper {
clear:both;
min-height:302px;
position:relative;
}

You can override this style by adding something like to your CSS (for example in your template):

.dataTables_wrapper {
min-height:100px !important;
}
The administrator has disabled public write access.
 
#912
Re:whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 0
Thank you,

your support is realy great.

Michael
The administrator has disabled public write access.
 
#916
Re:whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 0
I'm sorry,
I have tried it now with IE 6.0
and here it does not work.
Here I have always a big gap between the three parts on my page.

www.aktionsfinder.at/aktionsfinder/alle-aktionen.html
The administrator has disabled public write access.
 
#917
Re:whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 747
Please, try this:

.dataTables_wrapper {
min-height:100px !important;
_height: 1%;
}
The administrator has disabled public write access.
 
#918
Re:whitespace after ARI JDatatable 15 Years, 3 Months ago Karma: 0
Thank you this works
The administrator has disabled public write access.
 
Go to topPage: 1