Home › Forums › CSS › Problem with footer › Reply To: Problem with footer
November 22, 2016 at 2:16 am
#248092
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