By default this pagelist menu aligned to left. But if you want to keep it in right position or in center or make it stylish like mine, all you can do with some simple CSS code.
All you need to do in Layout > Edit Html section in blogger.com dashboard.
Go to ]]></b:skin> then do the folloing:
For center alignment:
.PageList {text-align:center !important;}For right side alignment:
.PageList li {display:inline-block !important; float:none !important;}
.PageList {text-align:right !important;}If you add the PageList menu on sidebar then you can play with the codes below:
.PageList li {display:inline-block !important; float:none !important;}
For middle alignment:
.PageList {text-align:center !important;}For right alignment:
.PageList {text-align:right !important;}If you want to add background color then do as following:
.Pagelist{Change the color code as your choice.
background:#000000;
color: #ffffff;
}
Thank you, Maxim. Your post was very useful for me.
ReplyDeleteI think your English is good. I personally think that language is only a way to express oneself, and if you succeed in that without any ambiguity, you have already succeeded.
If there is any advice I can give, it is to read a lot, pstarting with small books and use a dictionary with sentence examples, so if you see a word you don't know, you can look it up and also see how to use it
Jitu
Good luck!