Bluitos Magazine
| Name | Bluitos Magazine Blogger Template |
| Author | Harish |
| Designer | SimpleWPThemes.com |
| Features | 3 Columns Fixed Width White and Blue colors Main Navigation Menu with Animated DropDown menu Right Sidebar on Post pages Slider Ready Search Engine Optimized Ads ready Auto Post Summaries with thumbnail Page Navigation ready Adsense support Tested and compatible with all major browsers like IE, FF, Chrome, Safari and Opera |
Template Instructions
Basic Instructions :
How to Upload Blogger Template
How to Configure Metatags
How to Configure Favicon
Configure Slider
just edit the “Slider” widget, and add images like below format and you can add unlimited images.
<a href="Link Here!"><img src="Image URL here!" title="Description Here!"/></a>
customize:-
Link Here! with your link
Image URL here! with your Image URL
Customize Main Menu
1. Go to Blogger Dashboard –> Design –> Edit HTML
2. Click on Expand Widgets and find this code
<!-- Main Menu -->
3. After this you see a Unordered Links list and Customize it!
How to Add Sidebar Widgets
i am giving a great option for this
the sidebar is not visible in page elements.
usually it is hidden in default. but you can add widget by a simple trick
find this code
#sidebar-wrapper{
display: none ; /* Remove or Add this line to Add the Sidebar Widgets*/
}
If you remove the below line of code in above section, then sidebar widget section is visible in Page Elements tab
display: none ; /* Remove or Add this line to Add the Sidebar Widgets*/
After adding the Sidebar Widgets Again place the above code.
