[Resolved] styling sheet not being applied to one form with input field for media queries

Home Forums Support [Resolved] styling sheet not being applied to one form with input field for media queries

Home Forums Support styling sheet not being applied to one form with input field for media queries

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2321287
    Nicholas

    styling sheet not being applied to one form with an input field for media queries

    Please see video walkthrough in private section:

    #2321537
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to that page ?

    #2321552
    Nicholas

    hi

    please see link to page requested in private info section below

    thanks

    #2321598
    Ying
    Staff
    Customer Support

    table is not a responsive element generally speaking.

    Try adding this CSS to add a limit to the inputs’ width on mobile:

    @media (max-width: 768px) {
        table input#PayFastAmount, table input#custom_quantity{
            max-width: 100px;
        }
    }
    #2321650
    Nicholas

    Hi

    thanks my mistake it is fine

    #2321654
    Nicholas

    resolved with thanks

    #2321668
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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