• Hey guys!
    I have a problem concerning my twentyeleven layout. I made a child theme already. Im using a one column layout and I tried to change margin-right in my child theme style.css. I even tried bigger values, but it does not work.

    .one-column #content {
    margin-right:50% !important;
    width: 100%;
    }

    I filled the different columns with different colors, so its easier to explain what Im actually doing wrong. Here is a picture of how the website looks like, without changes on margin-right. (Layout)

    I want changes in 2 areas:
    1) There shouldnt be a margin-top between navbar and content
    2) content should fit exactly to the width of the upper layout.

    Thanks for help, im trying to figure it out since yesterday. I hope someone is able to help me.

Viewing 1 replies (of 1 total)
  • Thread Starter spinshot2k

    (@spinshot2k)

    Could it be a problem that can be fixed by “float”? Header floating left, navbar floating right, content floating right and using it together with auto margin?

Viewing 1 replies (of 1 total)
  • The topic ‘Twentyeleven – Child Theme – Margin Problem’ is closed to new replies.