Search engines typically take the first couple of sentences of a blog post and use that as the site description on their results page. However, there is a feature on Blogger allowing you to write an individual summary for each post. This allows you to choose …
February 18, 2017
Blogger
Follow the below steps to make your blogger blog template fit any screen resolution: In your Blogger Dashboard go to Template >> Edit HTML Search for text .content-outer, .content-fauxcolumn-outer, .region-inner { and you will find the below lines of codes. .content-outer, .content-fauxcolumn-outer, .region-inner { min-width: $(content.width); max-width: $(content.width); _width: $(content.width); } Replace the …
Follow the below steps to reduce the space between ‘Header’ and ‘Pagelist’ widgets in Blogger: In your blogger Dashboard go to Template >> Edit HTML Search for text ‘.tabs-outer {‘ and add below line of code to this block. margin-top: -25px !important; www.dbappweb.com If ‘.tabs-outer {‘ is not exist in your template then search for …
Follow the below steps to remove the space left on top after removing the navbar in Blogger: In your Blogger Dashboard go to Template >> Edit HTML Search for text ‘</head>’ and add the below line of code just above this text. <style type='text/css'> .content-inner { margin-top: -60px !important; } </style> you can …
You can split the blogger header into two parts, process is simple as given below: In your Blogger Dashboard go to Template >> Edit HTML Search for text <b:section class=’header’ and add the below code after the closing </b:section>. <b:section id='header-right' showaddelement='yes'></b:section> <div style='clear: both;'/> Search for ]]></b:skin> and add the below CSS code just …
Post title and blog title both are very important for search engine optimization, but you must know how to use and customize them. Because they appear in search results and more importantly appear as a clickable link. Post titles and blog title plays a very important …
Today i got this message on my Blogger Dashboard: All visitors will be able to view your Blogspot domain blogs over an encrypted connection by visiting https://<your-blog>.blogspot.com. Existing links and bookmarks to your blogs will continue to work. As part of this change, the HTTPS Availability …