http://www.skinpress.com/category/wordpress
http://www.freewordpresstheme.info
http://www.wpthemedesigner.com
من ملف style.css
ابحث عما يلي:
.artmenu li
{
margin: 0;
padding: 0;
border: 0;
display: block;
float: right;
position: relative;
z-index: 5;
background:none;
}
استبدله بالآتي:
.artmenu li
{
margin: 0;
padding: 0;
border: 0;
display: block;
float: right;
position: relative;
z-index: 5;
background:none;
}
تأكد من تغيير القيمة float: left إلى float: right .