how to do

  • Home
  • Categories
    • Blogging
    • Computer
    • SEO
    • Life Style
  • Blog Archive
    • October 2013
    • September 2013
    • August 2013
    • July 2013
  • Connect to us
    • Facebook
    • Google Plus
    • Linkedin
    • Twitter
  • About Us
    • About Author
    • about website
  • More Links
    • Disclaimer
    • Privacy policy
    • Send Feedback
  • Contact to us

Sunday, 7 July 2013

Add css style to Google blogspot

Posted on Sunday, 7 July 2013 by Unknown
CSS is style sheet by which you can make required changes to your website like width of headers, widgets, footers, posts, change margins and layouts.

Google blogspot is the best site builder for website developers and designers. If you are a blogger and if you want to make an attractive website so you must have knowledge about css because by adding the css style you can make a website more attractive and then you have better traffic of visitors.
Change in width of header, footer, posts and widget is not a difficult task. Here we write about to change appropriate requirement so that you can give your website a new look as you want.

Change the width of header in blogspot

For change width of header first edit the html code of your blogspot page. We can edit the html code by click on Template>Edit HTML
Now search and cut the portion of html code
<header>
....
....
</header>
We can search this code by using "Jump to widget" tab open and click on "Header1".
Paste this part of code after this line
<div class='fauxborder-right content-fauxborder-right'/>

We can also change the height of header by using the css code as here
.header{
height:100px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the position of title in blogger/blogspot

Use following code of css for change the position of title in blogspot.
.title{
margin-top:-10px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the width of image border in blogger/blogspot 

Use these css code for change the width of image border in blogger or blogspot.
.images{
image-border:1px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the margin, width, height of blog posts in blogger/blogspot

Use these code of custom css for change the width, height and margin of blog posts in blogger or blogspot
.blog-posts{
margin-top:-15px;
margin-left:-40px;
margin-right:-0px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the width, margin and position of menu bar or tab in blogger/blogspot

Use these code of custom css for change the width, position and margin of menu bar or tab in blogger or blogspot
.tabs{
margin-top:-10px;
margin-left:-25px;
margin-right:-25px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the width, margin and position of side bar in blogger/blogspot

Use these code of custom css for change the width, position and margin of sidebar or tab in blogger or blogspot
.sidebar{
margin-top:-4px;
margin-left:-2px;
margin-right:-41px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the width, margin and position of post footer in blogger/blogspot

Use these code of custom css for change the width, position and margin of footer of post in blogger or blogspot
.post-footer{
margin-top:-15px;
margin-left:-14px;
margin-bottom:-20px;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.

Change the width, margin, height, background color and border of footer of page in blogger/blogspot

Use these code of custom css for change the width, margin, height, background color and border of footer in blogger or blogspot
.footer-outer{
margin-top:-40px;
margin-left:-40px;
margin-right:-40px;
margin-bottom:-10px;
height:175px;
background:#808080;
border:1px;
color:#ffffff;
}

paste the above code into custom css. We can open custom css in the blogspot by template>customize>advanced>add css.
Email ThisBlogThis!Share to XShare to Facebook
Posted in Blogging | Related Posts Plugin for WordPress, Blogger...
Newer Post Older Post Home

search on this blog

Categories

  • Blogging
  • Computer
  • Life Style
  • SEO

Popular Post

Blog Archive

  • ▼  2013 (18)
    • ►  October (1)
    • ►  September (2)
    • ►  August (3)
    • ▼  July (12)
      • A resume writing tips
      • Tips to make your computer faster in 5 steps
      • Use Widgets for design a good website
      • Earn money by advertising on your website
      • Promote my website throw social media
      • SEO ( search engine optimization ), trick to get t...
      • Website Design: Php website design in efficient way
      • Add css style to Google blogspot
      • Profile picture cropping tool in php web designing
      • How to decide a domain name
      • WordPress : Free website builder
      • Google Blogger : Design A different website

    More Links

    • Home Page
    • Disclaimer
    • Privacy Policy
    • About Us
    • Contact Us
    • Send Feedback

    Find Us On

    • facebook
    • Google Plus
    • twitter

    About me

    Hello,
    This is Sumit Kumar Athanere. I am a software engineer completed my graduation with BE. Blogging is my hobby. I am also a web developer. I working on seo techniques (Search Engine Optimization). You can contact me by sending email on sumitkumar.kumar06@gmail.com
Copyright © 2013 How To Do | Powered by Blogger
Design by Sumit Athanere | Blogger Template by HowToDo.CO.IN