Jump to content

Maldian

Circle Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Maldian

  1. Site URL: http://www.proseriesmeals.com

    Ok, we have orders that have cutoff times at 6pm on Sunday nights and 6pm on Monday nights. The 6pm cut off on Sunday nights is for deliveries on the upcoming Tuesday. The cutoff on Monday nights is for that upcoming Thursday. 

     

    Is there any way to stop people from making orders after 6pm on Sunday nights for the Tuesday deliveries and force it to the Thursday deliveries?

    I know it sounds picky... but I have a CEO that is wanting this and he has asked me to solve it.

  2. Site URL: http://www.proseriesmeals.com

    I have searched the forums and apparently haven't found the answer I am looking for. I am looking to adjust the quantity box where the amount is supposed to be and adjust it where when you click in the box, a dropdown of numbers 1-10 are available for the customer to click. This is for mobile use as when trying to put in a quantity on the item before adding to cart in a mobile setting, it tends to be complicated... whereas a dropdown would help this. I am assuming this will be a CSS coding.

    Thanks in advance!

  3. Site URL: http://www.proseriesmeals.com

    So on the desktop version, the category "breakfast" shows a little higher than the rest. I need to get that fixed. In the mobile version, they all are squished together so I would like to have them cascade down vertically in mobile only. Below is the CSS I have currently that I am using. Any help would be greatly appreciated!

     

    /* Show category nav links */

    div.nested-category-tree-wrapper {

        display: flex !important;

        float: none !important;

        min-width: 100% !important;

        max-width: 100% !important;

        margin-right: 0 !important;

    }

    section.products.collection-content-wrapper.products-list {

        flex-direction: column !important;

        display: flex;

    }

    .nested-category-tree-wrapper>ul {

        width: 100% !important;

        display: flex;

        justify-content: center;

        align-items: center;

                    color: white

                   

    }

    .nested-category-tree-wrapper>ul li {

        margin-left: 2vw;

    }

    nav.nested-category-breadcrumb {

        display: none !important;

    }

    ul.nested-category-children {

        display: none !important;

     

     

     

    }

    menu.jpg

  4. I know this topic has been old for quite some time, but I have a question. I have this in the CSS

     

    /* Show category nav links */
    div.nested-category-tree-wrapper {
        display: flex !important;
        float: none !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }
    section.products.collection-content-wrapper.products-list {
        flex-direction: column !important;
        display: flex;
    }
    .nested-category-tree-wrapper>ul {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white
        
    }
    .nested-category-tree-wrapper>ul li {
        margin-left: 2vw;
    }
    nav.nested-category-breadcrumb {
        display: none !important;
    }
    ul.nested-category-children {
        display: none !important;

    }

     

    When applied it looks like this and the word Breakfast is higher than the rest. Can you tell me where to fix it?

    image.png.b65b85a4c0eecf478df492b454a91291.png

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.