• I did a good job modifying the theme to my whishes but now I’m stuck on a final detail. The content text on the right is too far to the right and I don’t find how to put the margin a bit to the left so the text is not over the border.
    I gave the narrowcolumn a grey color to visualize but it did not help me any further.

    Any help is appreciated.

    Kind regards, jef

    http://www.jefspalace.be/blog/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you try to reduce the width of your narrowcolumn before adding a margin-left?

    Thread Starter jefpatat

    (@jefpatat)

    yes I did, I left it like this for your evaluation. This is what is in the code.

    .narrowcolumn {
    float: right;
    margin: 10 10 10 10;
    padding: 10 10 10 10;
    width: 350px;
    background-color: #aaaaaa;
    }

    any other ideas?

    kind regards, Jef

    Try playing with this idea.

    .narrowcolumn {
    float: right;
    /*margin: 10 10 10 10;*/
    padding: 10px;
    width: 548px;
    background-color: #aaaaaa;
    }

    Thread Starter jefpatat

    (@jefpatat)

    very nice, thanks a lot, although not the correct place, can you briefly explain the difference?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t find how to change right margin of contents’ is closed to new replies.