A
A
AlexeyMoshkin2016-02-19 07:27:28
css
AlexeyMoshkin, 2016-02-19 07:27:28

How to extend header background outside bootstrap .container?

There is a page with a similar structure (haml):

%body
  .container
     %header

.container has a width smaller than the page width, what is the right way to stretch the BACKGROUND of %header to the full width of the page outside of .container?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Georgy Eremeev, 2016-02-19
@AlexeyMoshkin

%body
    %header
        .container

Everyone usually does this

T
theWaR_13, 2016-02-19
@theWaR_13

Put what you want to stretch in another block and give it a width of 100%.

%body
   .container width=100%
     .container
       %header

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question