-2

This is the site I'm currently working on: http://perlaparra.com/rnr/site/

I've set the width to 100%, and still not displaying in full width. I appreciate any help I can get.

Thank you! P :)

Niklesh Raut
  • 34,013
  • 16
  • 75
  • 109
Perla
  • 19
  • 4

2 Answers2

0

Because your image is into 'container' class. if you want to set your image 100% full width then bring your image about to 'container' class & add below code in css:

.featured img{width:100%;}
0

Bootstrap framework gives an width to the .container elements .

please remove this class and also remove left:-10pxfrom .featured div

Peter Wilson
  • 4,150
  • 3
  • 35
  • 62