PROBLEM WITH "FAVORITES" PAGE TITLE
-
Dear,
Can you please check? THere is an issue in page title of My Favorites
Thanks
Hello,
What browser are you checking https://gyazo.com/c3edacd30572f17e50b2d15184c84393
Best Regards
It’s not on browser, it’s on a real mobile phone device
You must be logged in as user to see the issue.
Hello,
Add this code to the Theme settings > Custom CSS > Global
body .woocommerce table.wishlist_table {
margin-top:35px;
}
Best Regards
Thanks, I’ve amended it to the below code. However, how to make it applicable for all devices except desktop?
body .woocommerce table.wishlist_table {
margin-top:35px;
}
.woocommerce .wishlist-title h2 {
margin-top: 35px;
}
Hello,
Insert the code in mobile/ tablet everywhere beside desktop and global.
Best Regards
Please close this ticket, thanks
The topic ‘PROBLEM WITH "FAVORITES" PAGE TITLE’ is closed to new replies.