Home Forums WoodMart support forum Account and Wishlist in Mobile

Account and Wishlist in Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36747

    WebKonst
    Participant

    Hello, how do I get icons Account and Wishlist right in the Base Header in the Mobile?

    Thanks

    #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

Viewing 2 posts - 1 through 2 (of 2 total)