edithbonamy Posted March 11, 2016 Share Posted March 11, 2016 Hi there, I'm looking for a way to make the blue colored bar in the middle of this page run across the full width of the screen. https://www.wemanagewp.com/prix.php My code is as follows: #fullcolor { background: #f0f0f0 none repeat scroll 0 0; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; padding-bottom: 20px; padding-top: 30px; } <section id="fullcolor"> <div class="container-fluid"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-8 col-xs-12"> <h2>Justo Cras</h2> <p>Aenean lacinia bibendum nulla sed consectetur. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper.</p> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> </div> </div> </div> </section> If someone can help me with that it will be very nice, King regards, Edith 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.