hi
I was trying to remove the x-nav-articles arrow from my blog page and was successful using this CSS
.x-nav-articles {
display: none;
}
I say successful, though truly, the arrow is still there, it just not displayed. When I inspect the elements in Chrome Developer Tools, the arrow selector still shows as does the URL to the next post. It would be nice to simply get rid of the element altogether

Here is a screenshot
What this does on the posts pages is to offset the featured image the width of that arrow. I have tried a number of times to centre the image using codes like the following
a.single-post .x-main.right .hentry .entry-featured {
background-position: top center;
}
I have tried variations on this adding in .entry-thumb and so on, but regardless what I do, the image remains offset to the left by the amount of the navigation arrow
Is there a way to have this featured image sit centred above the body of the post, or a way to completely remove the navigation arrow?
This is the URL http://wordpress-102462-558755.cloudwaysapps.com/uncategorized/blog-template/
Regards

