D DistortedDorian Active member Oct 18, 2013 #1 Hey, i'm wondering how to change the loading bar location to center instead of right top horner (look at image) and is it possible to change the width and height of it? Thank you. Attachments opera 2013-10-18 22-06-15-26.webp 224 bytes · Views: 18
Hey, i'm wondering how to change the loading bar location to center instead of right top horner (look at image) and is it possible to change the width and height of it? Thank you.
M Manoj_Kumar Guest Jan 10, 2014 #4 Add this to extra.css: Code: #AjaxProgress.xenOverlay .content { width: 30px; height: 85px; position: fixed; left: 50%; top: 50%; border-bottom-left-radius: 0; } Modify the width and height values according to your need. Upvote 0 Downvote
Add this to extra.css: Code: #AjaxProgress.xenOverlay .content { width: 30px; height: 85px; position: fixed; left: 50%; top: 50%; border-bottom-left-radius: 0; } Modify the width and height values according to your need.
V Valter Active member Nov 29, 2014 #5 Go to your AdminCP: Appearance > Style Properties > Overlays and Tooltips > AJAX Progress Indicator Add this below "float: right;" in "Miscellaneous" block: Code: position: fixed; top: 0; left: 50%; Upvote 0 Downvote
Go to your AdminCP: Appearance > Style Properties > Overlays and Tooltips > AJAX Progress Indicator Add this below "float: right;" in "Miscellaneous" block: Code: position: fixed; top: 0; left: 50%;
D DistortedDorian Active member Dec 7, 2014 #6 I am no longer looking for doing this but thanks for replying @Valter @Manoj_Kumar Upvote 0 Downvote