Questions tagged [responsiveness]

Responsiveness describes the ability of an UI element or dialog to respond on user interaction within an acceptable time frame.

Responsiveness describes the ability of an UI element or dialog to respond on user interaction within an acceptable time frame.

413 questions
-3
votes
2 answers

Width set to 100% seems to not working for me.Help me to make my website responsive

I,m making a portfolio website for myself as my first project. It looks great on a desktop. But when I open it on mobile it's not responsive. I have tried the width set to 100% But on mobile, I have minimized it to adjust it for the screen, and then…
-3
votes
2 answers

Set max width of website then center this material if browser is bigger than set width

My website is responsive up to 1800px which is the max-width I want. Say the user's screen is bigger than 1800px, I want all of my html/css to stay the same that it was for the 1800px, just be centered on the page (if the user's current with is…
-3
votes
1 answer

media query does not switch below 768 when resize window

@media(min-width:768px){body:border:1px solid red;} if i resize the window below 768px , it does not switch to iphone6+ media query @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio:…
user8942
  • 20
  • 2
-3
votes
1 answer

How does Meteor perform on legacy networks? (also in comparison with Python/DJango)

Note: I'm aware this may look an opinion-based question, but I'd like to have a technical answer. I'm building an application which is targeted to countries where Internet connection is unstable and most of the time slow (I assume around 1/2…
dragonmnl
  • 14,578
  • 33
  • 84
  • 129
-4
votes
3 answers

FullCalendar JS modify day Names in mobile

In desktop I want to have ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] days. And in mobile will change to ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'].
-4
votes
3 answers

Testing responsive design

I'm working on a website using HTML, CSS and JS, and I use Bootstrap to make it responsive. I need to test it to see how it looks on different screen sizes. How should I test it? Should i use Google devtools or some other smartphone…
-5
votes
1 answer

What this post_class function is doing in wordpress?

i have this code in wordpress them I don't know how this function works and what it is doing please explain what this function is doing, so i can modify it according to me…
-5
votes
1 answer

Difference in output of a responsive website

I am working on a responsive website which is powerplumb.com.au. For all phone resolutions, I am testing the responsiveness using the tool responsivetest.net. Everything looks perfectly fine for iPhone 5(Screen resolution of 320X568. However, when I…
1 2 3
27
28