This is a migrated thread and some comments may be shown as answers.

Text is outside the notification box

1 Answer 59 Views
Notification
This is a migrated thread and some comments may be shown as answers.
nader
Top achievements
Rank 1
nader asked on 16 May 2012, 12:52 PM
When i set small height for the notification the text became outside, below the notification box. Could i control the text position to be centered or left...etc ????

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 May 2012, 01:35 PM
Hi Nader,

Try overriding the default css as follows.

CSS:
<style type="text/css">
   .rnContentWrapper
    {
        padding:0px !important;
    }
   .rnContent
    {
         padding:0px !important;
    }
</style>

Hope this helps.

Thanks,
Princy.
Tags
Notification
Asked by
nader
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or