Notable Danteizm Blogger Template: Horizontal dropdown menu with sticky function, Infinite scroll navigation, Stars post rating, Breadcrumbs, Related posts, Combination of picture and title, much more.
1.2 version include:
Demo Download free version
One of the best SEO Blogger template 2023
1.2 version include:
- Smooth image zooming
- Sticky post sidebar
- Advertisment 300x250
- Featured posts widget
10 Comments
Please tell me how to remove or edit horizontal drop down menu sticky nav bar
You can find the answer on your question in this post - https://danteizm.blogspot.com/2020/06/how-to-add-dropdown-menu-in-blogger.html
How to remove the post sidebar along with the labels and share buttons and center the post in notable themes.
Find <div class="post-sidebar"> close it by pressing the left black triangle, highlight all code and delete.
Find body.item-view .Blog .post-body { margin-bottom: 0; margin-right: 110px; }
delete margin-right: 110px;
Find body.item-view .Blog .post-body-container { padding-right: 290px; position: relative; margin-left: 140px; margin-top: 20px; margin-bottom: 32px; }
delete margin-left: 140px; and padding-right: 290px;
Thanks for the help, appreciate this, it works.
I have removed labels and share buttons from sidebar and want to bring blogpost in the middle of the page, any help will be very much appreciated.
Because there is a lot of blank space in the right side of the post.
Find this code CSS:
body.item-view .Blog .post-body-container { padding-right: 290px; position: relative; margin-left: 140px; margin-top: 20px; margin-bottom: 32px; }
Replace it to this:
body.item-view .Blog .post-body-container { width: 100%; position: relative; max-width: 900px; margin: 0px auto; }
Thanks, working solution
please how to remove time stamp and author name in popular posts in notable theme and reduce margin between header and content in popular posts after removing timestamp and author name
Time and author in Layout - Blog Posts
Reduce space, find in theme this CSS:
body.item-view .PopularPosts .post:not(:last-child) {
margin-bottom: 85px;
}