The easy way to set the width of the dropdown archives blog

Bantu KLIK iklan ini gan!!!!
Blog archive dropdown
 Hello Friend blogger on this day we I will discuss about how to set the width of the dropdown archives blog on the blog. Maybe your blog archive size in width are not to your liking, to change the width you can follow the following easy steps

before make sure first widged archive you are already using a form dropdown, because if not then the code which we will search not found, ok just here is how:

1. Enter your blog account.
2. then choose template.
3. click on edit HTML.
4. find the code as below, as always use CTRL + F to search for it.

<b:includable id='menu' var='data'>
<select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
<option value=''><data:title/></option>
<b:loop values='data:data' var='i'>
<option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
</b:loop>
</select>
</b:includable>
then add the code style = ' width: 100% ' after the code &quot; _ArchiveMenu &quot; ' and will look like the example below

<b:includable id='menu' var='data'>
<select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;' style = ' width: 100% '>
<option value=''><data:title/></option>
<b:loop values='data:data' var='i'>
<option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
</b:loop>
</select>
</b:includable>
The last step IE click Save and view the results with a new tab, in the event of error check back whether its placement is correct, use the CTRL + Z to review it, the tutorial today and good luck friend bloggers.
Bantu KLIK iklan ini gan!!!!

Subscribe to receive free email updates: