Home › Forums › WoodMart support forum › Account and Wishlist in Mobile › Reply To: Account and Wishlist in Mobile
February 1, 2018 at 1:04 pm
#36786
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings.
body .woodmart-header-links {
position: static;
}
body .wrapp-header .woodmart-wishlist-info-widget {
display: block;
}
Regards