
Originally Posted by
gjh42
You have the bottom image correctly placed as a background-image for .leftBoxContainer, .rightBoxContainer {}, so now all you need to do is let it show for the full box height.
Delete
background-repeat: repeat-x;
and the background will repeat to fill the container.
Then change the padding in .sideboxContent {} to
padding: 0.4em 0;
margin: 0 0.4em;
For the [more], that is defined in a language file, and you can change the definition from '[more]' to '' (two single quotes). Find the file and line number to edit by pasting [more] in Tools > Developers Toolkit, bottom left box, select all files and search.
It appears you have done the heading replacement by manually editing every sidebox file or definition.The easier way to do this would be to use the Image Titles mod, which also automatically eliminates the [more] for any sidebox with an image heading, without requiring any manual code changes.