-1

I want to increase following things :

  1. the border line below my top social link width
  2. the navigation bar width
  3. the footer social link width across the width of the screen (to fit screen)

Can't seems to find the correct coding area to adjust.

My page: http://adelinesays.blogspot.com

Abhishek kumar
  • 4,347
  • 8
  • 29
  • 44
Ady
  • 1
  • 1

1 Answers1

0

The .outerwrapper class has an 1100px width on it. You can remove that and it will make the social border and footer expand to fit the screen. Then you can target the nav div with something like width: 100%.

JasonB
  • 6,243
  • 2
  • 17
  • 27
  • Thanks! That works. the width of the nav div is actually already 100% but still not adapted across the screen. – Ady Jan 06 '18 at 07:33