Home › Forums › WoodMart support forum › multiple issues › Reply To: multiple issues
September 5, 2018 at 6:37 pm
#75680
Elise Noromit
Member
Hello,
Please provide full-admin access to your admin area we shall check the issue with the font files.
The number in rows is set by columns in the “Desing” tab. The number of rows is getting by considering the number of items in the page divided on a number of columns, for example, you set 8 per page and 4 in columns, you will get two rows with 4 in a row.
You can set the number of columns on mobile 1 or 2 in the Theme settings > Shop > Product grid http://prntscr.com/kr0dks
Please add this CSS to the Theme settings > Custom CSS to align text to the right:
.woocommerce table.wishlist_table tbody td {
text-align: right;
}
Best Regards