Hi, I have custom module contain 2 tables that look like this at the administrator page :
but when i open this at mobile apps, this module look like this :
Can I make it upside down when i open at the mobile browser? thankyou
kblubis The size will resize based on screen if you open it on PC you will see normal on phone the screen size too small so it will use same depend on content. You setup the width width: 84.8611% for all screen sizes.
can i make it different betwen open in laptop/computer and mobile? and how i do it Thanks
kblubis You can use custom classes instead for width example doc : https://getbootstrap.com/docs/4.6/layout/overview/ as its custom table so u need apply different code to make test and reapply new codes.
where do i apply that code?
kblubis Hi You have to apply the classes in your custom html module code an use different rules. For example first container u added class container-sm and the same css code will be applied on it for different screen sizes. It required some testing with each implementation by you.
ohhhhh okeoke, thankyou very muchhhh