How to Fix your Blogger | A Compilation

Fixed your blogger Compilation

Fix your blogger

One of the reasons you are here is because you are a blogger and you have something to fix, right? You want to know how to improve your blog site and you want to fix some of the issues you've encountered. When I started blogging I had a lot of issues been encountered too, I'm eager to find solutions to each problem and now I'm glad to share with you the compilation of how I fixed it. 

To start in blogger the first thing you need to do is to find a blogger theme that has a good layout so it matches your content niches. You can look for other sites that offer free themes for bloggers such as Sora Templates and Gooyaabi Templates if in case you don't like the themes of the blogger himself.


How to replace blogger Theme?
Once you find the perfect theme, download it, and replace you're existing blogger theme.

Procedure

Log in to blogger Theme RestoreUpload (locate your downloaded theme) Save changes 

To preview your theme heads up to view your blog.
If you don't like the theme choose again and repeat the process.


How to remove/hide footer credits?
Now that you have a theme it's time for you to hide the credits. Please note that this process may cause unwanted destruction to your blogger site, it is advisable to backup your theme first if you already arrange the layout niches, preview the theme to avoid damages, and be familiar with where you put the codes.

If you wanted to delete the footer credits you can also delete that but for now, the only way I can give is to hide the credits.

Go to Theme Edit HTML press Ctrl F in the search box type "Created By" and click enter find the highlighted area paste this codes [

 <p style='text-align:left;'><a href='https://moments-motion.blogspot.com/'/> Copyright &#169; 2020 Moments-Motion. All Rights Reserved</p>

<div class='ty-copy-container row' style='font-size:1px; opacity:0;'> 

]Saved
** Replace all red letters with your URL domain
** Replace all blue letters with your domain name

Video tutorial 

How to fit the picture in a blogger post?
Isn't it amazing to see if the picture you upload is automatically fit to your blog post whether it be on computer or cellphone? well here are the steps you need to follow; 

Layout Theme designer Advance Ad CSS  paste this codes [ 

 .post-body img { width: 100%; height: auto }

    ]Saved changes


How to make your blogger site become phone friendly (zoom in-out)
Do you want your blogsite to be eye-friendly for easy reading? Isn't it okay if the blog site accessible for those who are older or have blurred sights? TIPS copy the codes you will be removing and paste to notepad so it's easy for you to revert back if the codes didn't work. Here's how to make it;

 <meta expr:content='data:blog.isMobile?quot;width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0&quot;:&quot;width=1100&quot;' name='viewport'/>

Go to Theme Edit HTML press Ctrl F Find  <head>  Look for the codes above and replace the code with these codes [ 

 <meta content='width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=yes' name='viewport'/>
]Save changes

How to Change the Font Size of your blogger post?
Go to Theme》 Edit HTML》 press Ctrl F》put this codes [ .post-body{ ] in the search box  then press enter find size: 14 replace to 16

Post a Comment

0 Comments