Hello Saswata,
Thanks for writing in!
You have a different icon placements because of this code:
@media (min-width: 980px){
.x-full-width-active .entry-title:before,
.x-content-sidebar-active .entry-title:before {
position: absolute;
width: 70px;
height: 70px;
margin-top: -25px;
margin-left: -14%;
font-size: 32px;
font-size: 3.2rem;
line-height: 70px;
border-radius: 100em;
}
}
The blog index has it while the other page, it is not being loaded. Perhaps you are just having a caching plugin. It best that you clear all your plugin caches and temporarily deactivate the caching plugin while you are still building the page. This will help you see the changes made right away. Most of the time, caching plugins are best to turn ON when you are done building the site and ready to go live.
We would love to know if this has worked for you. Thank you.