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

    Hi there,
    Something seems to have changed the page width. It is narrower than before and adjusting Maximum Container width doesn’t seem to allow a change.

    Also I noticed on Woocommerce cart page mobile view the quantity option is doesn’t show, however is viewable when mobile screen is turned sideways. Is there a way to have quantity show and be editable on mobile?

    I’d be grateful if you could please look into this.

    Thanks

    #1325991

    Hey marsh1984,

    You had an open media query in Quick CSS:

    /*Reduce logo header size mobile*/
    @media only screen and (max-width: 767px){
    .responsive .logo img {
    max-width:50%!important;
    }

    I closed that for you, and the container width setting is applying on your site now. Please review it.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.