1. First, you need to modify the css file. Open the style.css file in the theme directory and make the following modifications:
<1>. Put
#main {
background:#FFF url (img/main_shadow.gif) top repeat-x;
width:605px;
padding:13px 15px 15px;
float: left;
Modify to:
#main {
background:#FFF url(img/main_shadow.gif) top repeat-x;
width:605px;
padding:13px 15px 15px;
float: right;
<2>.Put
#sidebar {
background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
width:300px;
float: right;
Modify to:
#sidebar {
background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
width:300px;
float: left;
2. Refresh after modifying the CSS The pages have been reversed. The only slight drawback is that the vertical line in the middle of the left and right columns has disappeared, so the pictures are modified.
Find the sidesep.gif file in the img folder and flip it horizontally.
3. Finally, modify the CSS of the sidesep.gif file

#content {background:#FFF url(img/sidesep.gif) right repeat-y;}
Modify to:
#content {background:#FFF url(img/sidesep.gif) left repeat-y;}


Hong Kong/United States/Domestic High Speed ​​VPS

postid
24316

Leave a Reply