Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design How do i make my website responsive?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #267903
    SchoolBoy
    Participant

    How do i make my website responsive if i aligned and laid out the whole page using “inline-block”. I know if you used floats to align/lay out your page you have to remove the floats using media queries but i don’t know how to it with “inline-block”. P.S- I used inline-block to align the logo to the left of the header and the nav to the right of the header. I also used it to align the main content and side bar.

    #267915
    Ricky55
    Participant

    Remove inline block with media queries and or give things widths.

    #268280
    singhsam2018
    Participant

    I am a new bie here, and just started to write here. I have made various responsive websites for making a responsive website these are the essential points which you must note it down:
    1.) Boot strap
    2.) We should define the width in percentage
    3.) Write custom CSS
    4.) Media Query

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.