I am having big trouble with my website as it is not being responsive. I already included the required script for adjusting page to device width on the html :
I have a Word Press site that is using the Avada Website Builder plugin, but with a custom template and a custom CSS file. I have bootstrap 4.6 loaded onto the
I want my sidebar to be bottom navigation on mobile view. How can i switch these components depending on the size of the screen. I wonder is there a way to do i
I'm a begginer in Javascript and I kindly need your help with this Jquery script I'm working on.. I need to make it work only on desktop and prevent it to run i
I have used Chakra UI for styling a project in Next.js. While most of the styles and components are working as intended, I am having trouble in implementing res
I am having a problem with the taskbar on my webpage. It is "sticky" on scroll down on a laptop screen, even when I resize the window to a size where the nav me
I have a problem with the display of the mobile test tool for opera and chrome. I don't know why, but my appearance has changed so that I only have a light them
I have 3 image container aligned horizontal however I can't seem to make it responsive. When screen size are smaller, the box changed to a smaller size and the
I'm having a really basic issue with css. It won't let me centre my checkboxes in the middle of the page. The checkboxes are actually coldfusion, but should wor
I'm facing a problem with responsive texts. In my app are different text font sizes and I need to do them responsive for different screen sizes (only phones and
I want a button to change color while the user has clicked on the button and hasn't released it yet (on Mobile: while the user touches the button). For changing
I found this code : https://www.w3schools.com/html/tryit.asp?filename=tryhtml_images_picture I have tried it on all my browsers and it's been working properly
I want the container direction as "row" above md size screen and "column" below md size screen? How can I implement it? <Grid container direction = "row"(in
How to make this curved view having text inside, in constraint Layout
I see the above recommendation for max-width for mobile phone, tabled and screen. Is that a best practice for max-width settings for different devices? If not
I started working on tribute page project on codepen passed 9 test cases. Tried all the ways but cannot pass the last test case. My css code #img-div { displa
Here is the code :) <div> <div class="w-full m-4 rounded-xl flex flex-wrap shadow-md border-2 place-self-center"> <div class="flex flex-1"&
so here's the deal. I created (sort of) a custom clipper shaped like a wave inside a class called WaveClipper the wave clipper class: class WaveClipper extends
Hey! Thanks for reading! I've got a web-app login screen. I'm focusing on creating a responsive app-like login page. (no scroll etc) Issue description: With a v
After doing some searching, I came to realize that I'm supposed to use the Flex-Layout library to make Material-themed UI responsive (as answered here). And acc