\documentclass[twocolumn,a4j,11pt,dvipdfmx,report]{jsbook}
\usepackage{fancyhdr}
\usepackage{lastpage}
\pagestyle{fancy}
\topmargin -0.6truein
\textheight 25.5truecm
\textwidth 16.5truecm
として、ヘッダーにページ数と章と節を表示させるため以下のようにしました。
\rhead{\rightmark\hspace{1em}\thepage{}/{}\pageref{lastPage}}
\lhead{\leftmark}
\cfoot{}
\renwecommand{\chaptermark}[1]{\markboth{第\ \thechapter\ 章~#1}{}}
\renwecommand[\sectionmark}[1]{\markright{\thesection\ #1}}
文章の左端とヘッダーのページ数の端の位置が一致しないです。(文章幅を広げたのですが、ヘッダーの幅は広がりません。)
文章の幅を変更したときヘッダー表示もそれに伴って位置を変更するようにするにはどうすればよいでしょうか。
よろしくお願いします。