Ultimate Sidebar

How to Have Blogger Dividers

104 25
    • 1). Upload your divider image to your preferred image hosting location. If you do not have your own Web host, there are a number of free online image hosting services.

    • 2). Open the "Layout" menu within your Blogger dashboard. Select "Edit HTML."

    • 3). Click the "Download Full Template" link at the top of the Edit HTML page. This will backup your current template as-is. This way, if you make a mistake in editing the code or decide that you'd rather go back to the original settings, you can upload your backup later.

    • 4). Locate the "Posts" section within your template's code. Find the following section of code:

      .post {

      margin:.5em 0 1.5em;

      border-bottom:1px dotted $bordercolor;

      padding-bottom:1.5em;

      }

      The margins and padding values may vary slightly depending on the template you are using.

    • 5). Replace the code from step three with the following code. The "URL" value will need to be changed to the full Web address for your divider image. The margin and padding values can be customized as well.

      .post {

      background: URL(REPLACE THIS TEXT);

      background-repeat: no-repeat;

      background-position: bottom center;

      margin:.5em 0 1.5em;

      border-bottom:0px dotted $bordercolor;

      padding-bottom:5.5em;

      }

Source: ...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.