Hi @nirb
You deactivated our plugin on mentioned URL and we can’t check your issue.
Thread Starter
nirb
(@nirb)
Hi
sorry, your plugin is active now, can you check it please?
Thank you!
https://wordpress-616179-1998880.cloudwaysapps.com/
Hi @nirb
What exactly you need to align left? Do you need to apply it to mobile view also?
Thread Starter
nirb
(@nirb)
Hi
I need to align left all product section, only on mobile
Thread Starter
nirb
(@nirb)
Hi
can you help me please with align text to left in mobile instead of center text?
Hi @nirb
You can use the next custom CSS rules:
@media only screen and (max-width: 768px) {
table.tinvwl-table-manage-list *, .tinv-wishlist .social-buttons {
text-align:left!important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-cb, .tinv-wishlist .tinvwl-table-manage-list .product-remove {
width:50%!important;
float:left;
}
.tinv-wishlist .product-remove button {
margin-right:10px;
}
.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail {
clear:both;
}
.tinv-wishlist .product-stock p {
margin-left:0;
}
}