Hi, as you can see here – http://screencast.com/t/Pix2k8TM – there is not spacing between the start of the breadcrumbs and the left side of the page. How can I add some spacing similar to what you see here – http://screencast.com/t/bGuO64MfFXLu ?
Hey DROR,
Try this:
@media only screen and (max-width: 1330px) {
.breadcrumb {
left: 20px !important;
}
}
Regards,
Rikard
Great, thanks.
How can I also remove the icon from the top of the post – http://screencast.com/t/2aAOaEFmB?
Hi!
Please add following code to Quick CSS
.single-post .blog-meta {
display: none!important;
}
Regards,
Yigit
Thanks.