• Hi, I have my posts set to display as “static links” rather than “infinite scroll.” However, I would like to remove the white space that appears at the top of the page after clicking “read all articles.” This is the space that says “Currently Browsing: Page 2.” I don’t like the way that it looks, and I have also noticed that it behaves strangely in Internet Explorer. What I mean by this is that the white descriptive area does not go away if I click the back button to go back to the home page. Rather it stays at the top of every page once I’ve clicked “read all articles.”

    Does anyone have a way of changing this behavior in Internet Explorer? If not, I would be happy to just remove the white space all together at the top of the page.

    https://www.themakeupguy.com

Viewing 1 replies (of 1 total)
  • The quickest, simplest way to get rid of the “Currently Browsing..” space is to include the following snippet in your child theme’s style.css file:

    #current-location {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove White Description Space From Static Links’ is closed to new replies.