diff --git a/bind.sty b/bind.sty
index 66cea7d0b50f8ada147a51187de7208bbba158ce..797ac34a760be4b2f65b1834f2b832cd97edbe04 100644
--- a/bind.sty
+++ b/bind.sty
@@ -249,8 +249,9 @@ bookmarks=true]%
 	\ifnum\value{pageDarkness}<90
 	\addtocounter{pageDarkness}{10}
 	\fi
+	\hspace*{-1.5em}
 \begin{tikzpicture}
-  \node[minimum width=\linewidth+2em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype};
+  \node[minimum width=\linewidth+3em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype};
  \node[minimum width=.75\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.75\textwidth, align=right] at (rectinit.south west) (chapname) {};
   \node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
 \end{tikzpicture}}
diff --git a/example.tex b/example.tex
index 0163c05da397ebb39d498eaa576ae2002b64fcb2..291776db8d4855f4322cd6ecbd8639eb169d6854 100644
--- a/example.tex
+++ b/example.tex
@@ -338,6 +338,16 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
 \lipsum
 
 
+\end{multicols}
+
+\chapter{Lots More Text}
+
+\begin{multicols}{2}
+
+\noindent
+\lipsum
+
+
 \end{multicols}
 
 \end{document}