Wednesday, June 11, 2008

aStore : How to set product content to center of screen.

How to set product in aStore to center of screen.

You can write own overriding CSS to customize your aStore. You may chose to add CSS for each type of aStore page and then click on Preview button to see the results of your changes.

Here is aStore BEFORE customize CSS http://astore.amazon.com/talay-allus-20

you will see the products content and navigator is in the Left.

and Here is aStore AFTER customize CSS http://astore.amazon.com/talay-dirs-20

Now, the products content move to the Center of scrren.

Ok , Begin now.

- open the aStore that you will want to customize CSS.- in the left navigator you must click “Color & Design”.

- in the right panel you can select the color or change color as you want .

- and you will see then “Edit CSS” under the “Theme”

- click the link “Edit Css”

- next screen you will see many tab , select “Global” Tab now if it dont show in default.

- enter CSS code below in the “Global” tab , under the “Enter your overriding CSS”

body {
text-algin:center;
}

#wrap {
margin: 0 auto;
text-align:left;
}

- save it by click the buttom “Back to Color & Design” in below of page.

- Ok , now your content product and navigator is on the center of screen.

- Finish tip of aStore how to set product content to center of screen :)…


Again :

Before Customize : http://astore.amazon.com/talay-allus-20

After Customize : http://astore.amazon.com/talay-dirs-20

good luck for SALES

No comments: