SupportCategory: Questionstext-in-table
anton_revin asked 7 years ago

Hi. I bought plugin woo multi layout and have 2 questions. How i can put text in table center? and borders not working in my table…

2 Answers
eDataStyle Staff answered 7 years ago

Hi
You need to add Additional css for text center and 2nd issue may be you theme overriding table border … would you please send me site url so we can give css ..
 
thanks

anton_revin replied 7 years ago

Thanks for answer. link http://vipprognoz.ru/prognoz-for-sale/ – look at the table: the text in the columns is not exactly. If you give me ccs code it will solve my problems.

eDataStyle Staff answered 7 years ago

Hi
Bellow is your css please add style.css

.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
text-align: center!important;
}
.woo__mulit__layout__table__views {
border-left: 1px solid #E2E2E2!important;
border-top: 1px solid #E2E2E2!important;
}
.woo__mulit__layout__table__views td,
.woo__mulit__layout__table__views th {
border-right: 1px solid #E2E2E2!important;
border-bottom: 1px solid #E2E2E2!important;
}