Notable Danteizm 1.2 Blogger Template, Blogspot Theme 2024

Notable Danteizm 1.2 Download Free Responsive Blogger Template

October 01, 2019
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.

Notable Blogger Template

One of the best SEO Blogger template 2023 


Best SEO template 2018


1.2 version include:
  • Smooth image zooming
  • Sticky post sidebar
  • Advertisment 300x250
  • Featured posts widget


Demo Download free version 

Share by this in:

10 Comments

avatar
AADHI August 6, 2020 at 7:45 PM

Please tell me how to remove or edit horizontal drop down menu sticky nav bar

avatar
Daniel August 11, 2020 at 4:27 AM

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

avatar
Anonymous September 21, 2023 at 10:34 PM

How to remove the post sidebar along with the labels and share buttons and center the post in notable themes.

avatar
Daniel September 22, 2023 at 10:14 AM

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;

avatar
Anonymous September 23, 2023 at 5:46 AM

Thanks for the help, appreciate this, it works.

avatar
Anonymous October 30, 2023 at 12:23 AM

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.

avatar
Daniel October 30, 2023 at 12:29 PM

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; }

avatar
Anonymous October 30, 2023 at 10:41 PM

Thanks, working solution

avatar
Anonymous November 17, 2023 at 5:25 AM

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

avatar
Daniel November 17, 2023 at 7:53 AM

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;
}