1 – not sure, play around with the /* =Menu of the main css file. my guess would be to change the line height in #access a { to 43.
2 – I don’t see any widget :/
3 – try http://www.howtoplaza.com/how-to-use-custom-fonts-on-your-website-with-css.
hi!! Thanks for the reply!! The widget is there all the way to left.. A twitter feed but I want it to appear in the box to the right. 🙂
I am playing with the rest as we speak.
ok #1 is fixed 🙂
my main concern is #2~~!!
try
#footer-widget-area .widget-area {
float: right;
margin-top: 20px;
margin-right: 20px;
width: 220px;
}
change the values of margin-top and margin-right until the widget ends up in the box.
thanks your are awesome!!!!