Price is out of sync

Support Area Forums Moonrise Price is out of sync

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://cookandshaker.com/drinks/
  • Author
    Posts
  • #33712
    Avatar photoCarl
    Participant

    Hey Bill,
    Seems that the prices are out of the box. I am running version 1.3.5

    #33723
    Bill Robbins
    Moderator

    Good Morning Carl,

    I took a look just now. It seems like we need a different breakpoint for the menu-list width. In your Custom CSS, find this section:

    
    @media only screen and (min-width: 1400px) {
    
    .menu-list {
    
        width: 400px;
    }
    }
    

    and change it to be like this:

    
    @media only screen and (min-width: 1024px) {
    
    	.menu-list {
    	
    	    width: 400px;
    	}
    	
    }
    

    See if that won’t keep things in line for you a bit better. Let me know if you run into trouble.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Price is out of sync’ is closed to new replies.