smf การย้ายโลโก้มาอยู่ตรงกลาง
ที่มาข้อมูล...
เว็บสิงห์รถบรรทุกการแก้ไขเข้าไปที่..../ Themes/ ธีมที่ใช้ /css /index.cssค้นหาคำว่า...
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 0;
padding: 0;
float: left;
}
/* float these items to the right */
#siteslogan, img#smflogo
{
margin: 0;
padding: 0;
float: right;
line-height: 3em;
}
h3, h4
{
padding-bottom: 3px;
}
/* the upshrink image needs some tweaking */
แล้วเอาโค้ดนี้ วางแทนที่/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 0;
padding: 0;
float: center;
text-align: center;
}
/* float these items to the right */
#siteslogan, img#smflogo
{
margin: 0;
padding: 0;
float: right;
line-height: 3em;
}
h3, h4
{
padding-bottom: 3px;
}
/* the upshrink image needs some tweaking */
นำลิ้งค์โลโก้มาใส่ตรงนี้
ผู้ดูแลระบบ / ตั้งค่าธีมปัจจุบัน / URL รูปโลโก้::
นี่คือโลโก้ก่อนทำการปรับโค้ด

โลโก้ หลังจากทำการปรับโค้ด จะเห็นว่าอยู่ตรงกลาง สวยงาม
