Site logo

Archived topic

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

6 replies · Started by Nicholas on August 23, 2022

Viewing posts 1–7 of 7

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

Please see video walkthrough in private section:

Hi there,

can you share a link to that page ?

hi

please see link to page requested in private info section below

thanks

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;
    }
}

Hi

thanks my mistake it is fine

resolved with thanks

You are welcome :)

This archived topic is closed to new replies.