Setting the Loading icon position
-
The loading icon is shown at the bottom left corner even underneath my header.
positioning it centered on screen seems te be possible with cssposition: fixed;
top: 50%;
left: 50%;but the class that is assigned to the img is a general woocommerce class that is assigned to all the images. so then every img is centered on my page.
Is there a good way to center the loading image?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Setting the Loading icon position’ is closed to new replies.