3

this heather

i need to make that bar have the same margin as the whole page and be responsive. Im not being able to do so. Im new to css html and stuff, i've tried adding padding, margins, float and was unssucesful, could someone give me a hand?

Webpage

1
  • on which screen it's showing Commented Nov 13, 2015 at 5:03

1 Answer 1

1

on this class move-block header

element.style {
    margin: 0 14px 0 24px;
    position: relative;
    top: 0;
    width: 1170px;
}

and add this

.col-xs-12 {
    width: 98%;
}
0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.