Minor display issue
-
Hello, I’m using the Blocksy theme. I’m seeing a double space displayed between the label using the
ct-title-labelclass and the category, tag, or archive label.
Finally, I found the solution in the file/wp-content/themes/blocksy/inc/classes/archive-title-renderer.php, on lines 26-27:rtrim(trim($prefix), ':')
. ' ' . $original_title;
By removing the space between the two quotation marks, i.e.:. '' . $original_title;
The double space is no longer displayed. However, I still see a colon (‘:’). Perhaps it’s intended to display a colon between the two labels? But on my end, it’s not showing up, and I still have a double space.
What’s the reason for this?
Slt Daniel.
You must be logged in to reply to this topic.
