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
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
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.
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;
}