How can I move the loading notice?

Currently the loading notice shows at the top of the page I would rather center it within the page vertically

because if a customer is on say a product page and select a size/color they may not notice the loading notice appear and for those shoppers with no patience may think its not working maybe.

Hi, find the class; .ajax-loading-box in skins/YOURSKIN/customer/styles.css



Add this:

margin-top: 100px;

(or whatever amount you like)



This will keep the loading box 100 px from the top of the browser at all times, even if the user is further down the page.



Cheers,



Scott.


[quote name='solesurvivor' timestamp='1314648375' post='120585']

Currently the loading notice shows at the top of the page I would rather center it within the page vertically

because if a customer is on say a product page and select a size/color they may not notice the loading notice appear and for those shoppers with no patience may think its not working maybe.

[/quote]