I have a footer on the desktop screen, what looks like this: but on tablets (width <= 960px) I need to create something like this using media qu ...
I have a footer on the desktop screen, what looks like this: but on tablets (width <= 960px) I need to create something like this using media qu ...
I almost finish my website but I have one more issue, At 745px the filter boxe is looking wrong. I would like to have it like this @medi ...
Okay, so I'm very new to learning cs languages and I know that there must be a simple solution to my errors but I've been at it for over 24 hours now ...
Hi I'm trying to make an image and text that are next to each other responsive,I'm trying to position the image on the middle of the page and the text ...
How can I change the navbar in desktop webpage to a hamburger menu in mobile webpage using media query in CSS and HTML. Thanking in Advance for the h ...
The homepage of the website I am working on has a video background with text overlay but it's not responsive to different screen resolutions. I have t ...
WordPress Navigation Block - Twenty-Twenty-Three theme How to change the CSS media-query breakpoint at which the hamburger button displays on mobile ...
I'm trying to not display different input tags for different devices. I have three input tags <input class="desktop"/> <input class='tablet' ...
The problem is that I am trying to use a different size of image for the background image in my CSS code but I am not sure how to do this. I am using ...
Website vs Code i have remove the padding from media query, but not effect ...
I am having quite a time debugging some CSS on my deployed website. For context: this is my first deployed website. All of my debugging was done with ...
I have an angular project that looks great when running on localhost. But when the same code get built and uploaded to my server, the viewport gets me ...
I know this may have already duplicated, but I tried many of the solutions on the internet and still doesn't work. I have two pictures that wishes to ...
I am trying to remove an element from my window if the screen size is below a 1000px and variable is greater than 15. I have my css file: but I on ...
I'd like to see if there's a way to customize an HTML e-mail based on the user's e-mail client. I'm wondering if there might be a reliable way to do ...
I am trying to create my own website with a basic structure (header, main and footer) but when there are not enough elements to fill the height of the ...
I am using ReactJS on an App and currently need to be able to print some elements from the page on user's request (click on a button). I chose to use ...
CSS Help for a project. Page needs to have a 'form' element that is 600px when the window is wider than 600px and is the width of the screen when the ...
For one element, I have two different texts based on the width of the screen. When the screen width is less or equal than 400px, I want to show narrow ...
I'm making a design of information cards for a website but when viewing it on a mobile device, some cards look bigger than others. How could I solve i ...