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?
Go to bottomPage: 12
TOPIC: Help with Layout
#14888
Help with Layout 14 Years, 3 Months ago Karma: 0
I have the tables working fine and I'm using JQUery with the blitzer theme and I'm wondering how can I insert a css style that brings a light gray line between the columns. I have already tried working with the column settings and CSS styles but could not find a way. When I try the option Border, under html table, the line comes with no style.

I would appreciate some help.

Thanks
The administrator has disabled public write access.
 
#14891
Re:Help with Layout 14 Years, 3 Months ago Karma: 764
Hello,

Could you provide link to page where we can see the table on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14893
Re:Help with Layout 14 Years, 3 Months ago Karma: 0
www.canfitpro.com/en/test-table

And I also wonder how to make the information in the rows be aligned to the top. But I guess I will figure that out once I know how to work with styles.
The administrator has disabled public write access.
 
#14894
Re:Help with Layout 14 Years, 3 Months ago Karma: 764
Try to add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


TABLE.display TBODY TR
{
 vertical-align: top;
}

TABLE.display TBODY TR TD
{
 border-bottom: 1px solid gray
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14897
Re:Help with Layout 14 Years, 3 Months ago Karma: 0
It worked fine thanks, but I still dont know how to work withthe column settings. For example, if I want al the information of a column to be bold, how do I do? I gave an ID name to colums and tried to use this ID in the CSS Style box with a style but it didn't work.
The administrator has disabled public write access.
 
#14899
Re:Help with Layout 14 Years, 3 Months ago Karma: 764
You can enter specific CSS classed for necessary column in "Columns Settings -> CSS Class" parameter. For example you can set "CSS Class" parameter for "Name" column to "col-name" and then add the next CSS rule to "CSS Styles" parameter:

Code:


TABLE TBODY TD.col-name
{
 font-weight: bold;
 color: red;
}



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