In the right hand side you see here a box "TEST" - I just went to WP admin and added new element there above the tag cloud. But what I need is to be able to add it above the UUDISED. Also, it must be changed to red instead of green. NO PM PLEASE! EMAIL ME DIRECTLY YOUR PRICE OFFER TO:
Basically the code that adds the module below UUDISED is: <?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <?php endif; ?> But I need to be able to add also above UUDISED.
It's strange that you can't rearrange them. Have you checked all the tabs of widgets? It may sound stupid but sometimes people miss a widget in a tab.
The task has become easier. All the rest of the widgets must be green as they are: <div class="module"> but when you add widget then it shold be for example <div class="module_red"> and then we can write into CSS different class.