alexwee88
Forum Replies Created
-
Move My Account Nav Menu in Storefront Theme from right to left
Appearance > Customize > Additional Css
use this code is work@media (min-width:768px) {
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
float: left;
margin-right: 4.347826087%;
}.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
float: right;
margin-right: 0;
}
}- This reply was modified 6 years, 9 months ago by alexwee88.
Forum: Themes and Templates
In reply to: How to make two column product display in mobile view?Hi, Shehal Brahmbhatt
after added the css your are provided it can be view two product in one column, but the “original price” are beside the offer price, please refer the link for the image.
the “original price” should be at the top of the offer price, please refer the image link below.
Please help.
pages need to help: https://takeimageshop.com/shop/
Thanks & Regards
Alex WeeForum: Themes and Templates
In reply to: How to make two column product display in mobile view?Hi, Shehal Brahmbhatt
after clean the browser cache, it work perfectly.
Thanks for your help!
Regards
Alex Wee
Forum: Themes and Templates
In reply to: How to make two column product display in mobile view?Hi, Shehal Brahmbhatt
thanks for your reply, i have added the css code, it work on desktop browser, but not in mobile view, still show one column. please help.
Thanks & Regards
Alex Wee
Forum: Fixing WordPress
In reply to: error log in to dashboardthank you(@wurpe)., problem solved