/    Sign up×
Community /Pin to ProfileBookmark

Most common css properties you use inside media queries

Hi, im doing some research and im trying to create a To-Do list when i transforming a desktop website into a mobile version (responsive website)

So im trying to create a list of the most common CSS properties that I will probably need to change within your media queries…
For example – Font size, padding…

So what by your opinion the most common properties to change for a responsive website?

and did you find any static rules? (for instance – font size will always be reduced by 30%…)

Thanks!!

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@cootheadOct 12.2019 — Hi there navehmevorach,

and a warm welcome to these forums. 😄

There are no hard and fast rules.

The properties that need to be changed will almost certainly vary from page to page.

The process is quite simple...

  • 1. Reduce the screen until the page breaks - ( horizontal scrollbar appears )

  • 2. Set this CSS ``@media ( max-width: { page break value }em )``

  • 3. Set new values for the properties that are the cause.

  • 4. Repeat 1, 2 and 3 until it works below 16em


  • _coothead_
    Copy linkTweet thisAlerts:
    @tracknutOct 12.2019 — The only property that I see most commonly changing in my css is the display property. Elements of my sites tend to disappear as the browser gets smaller.
    Copy linkTweet thisAlerts:
    @AllockineDec 06.2019 — Totally agree here and I'd even call it ideal :)
    ×

    Success!

    Help @navehmevorach spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 4.25,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...