I am using the memoir document class and the veelo chapter style.
I'm having trouble aligning the chapter number to the right so it has the same right margin as the section name.
Because of the page margins the black rectangle on the right of the chapter number does not appear.
Part of the code I am using:
\documentclass[a4paper,12pt,twoside]{memoir}
\chapterstyle{veelo}
\settypeblocksize{252mm}{165mm}{*}
\setlrmarginsandblock{25mm}{20mm}{*}
\setulmarginsandblock{20mm}{25mm}{*}
...
\chapter{Introduction}
When I compile I get what is on the left of the image below and I want to obtain what is on the right side.

Thank you.
