Viewing 3 replies - 1 through 3 (of 3 total)
  • radukn, could you walk me through how to remove the p tag so that the post view count doesn’t wrap to a new line?

    I also had the same issue. I tried a number of ways, str_replace, or preg_replace, however, I ended up with overriding the CSS style of that p.

    p.bawpvc-ajax-counter {
       display: inline !important;
       float: none !important;
       font-size: 11px;
       width: auto !important;
    }

    I’m not a programmer, so any specific information on how to do this (where exactly to put the code, etc.) would be greatly appreciated. I love this plugin but aesthetically it’s become a dog because of that extra forced paragraph spacing.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unwrap the p tag?’ is closed to new replies.