Forums

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

Home Forums CSS Problem with footer Reply To: Problem with footer

#248092
Beverleyh
Participant

IS there any way to fix it and make it fully responsive?

Quickly looking at the CSS in the tutorial you linked to, its all based on fixed width units (px).

Steps to make it responsive;

  • convert to fluid units (e.g. %)
  • make use of media queries to adjust layout at desired breakpoints