Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi
1) Is there any way to move breadcrumb below title (in posts, pages) and make it smaller? In case it is still ugly, how could I hide it ?
2) How can i embed some custom code like addthis.com into posts (not pages, only posts) so users can share the articles in social networks, whatsapp, etc.
Thanks
Hello,
1-Please add this code into your Custom Css box:
.header_page.normal .container {
flex-wrap: wrap !important;
}
.header_page.normal .container > h1 {
min-width: 100% !important;
line-height: 60px !important;
}
.breadcrumbss.span5 {
min-width: 100%;
margin-left: -15px !important;
}
.header_page .pull-right {
float: left !important;
}
Result: https://ibb.co/7tVYTmT
2-I suggest you find a plugin that does this for you. It’s easier and it will prevent editing more of theme’s core files.
Best regards!
You must be logged in to reply to this topic.