• Resolved itsalltech

    (@itsalltech)


    I’m currently running the Mystique theme. I’m trying to customize the Single Post page. However, I am left with a little extra space before the title of the post on the single post page. How can I remove the extra space? My site is https://www.itsalltech.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like you have blanked out the all the Single Page link options in Atahualpa Theme Options->Next/Previous Navigation. This leaves an empty div before the title, controlled by this at line 331 of style.css. Remove the margin line.

    .page-navigation {
    color:#999999;
    margin:2em 0;
    }
    Thread Starter itsalltech

    (@itsalltech)

    Thanks. That did the trick.

    You are welcome! Now, please use the dropdown at top right to mark this topic ‘Resolved’.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove extra space on Single Post page’ is closed to new replies.