Hi There,
1.) This: http://carladawnbehrlenyc.com/extreme-skins-collection/ is a single post. To hide the title Blog, please use this custom CSS:
.single .x-header-landmark {
display: none !important;
}
2.) On this page:http://carladawnbehrlenyc.com/adventurine-collection/ I can see there’s this custom CSS
.entry-featured, .entry-header, .x-header-landmark {
display: none;
}
This issue might be cache related. Since both of those links have the same structure it should be the same. Please try to purge cache.
3.) This issue is because of this custom CSS:
.x-landmark {
width: 63.02463%;
padding-right: 9.92611%;
}
Please update to this:
.x-landmark {
width: 63.02463%;
}
The padding make it off centered.
4.) H5 by default has top margin. To reset and remove those margin, please add this custom CSS too.
.page-description h5 {
margin-top: 0;
}
Hope this helps.