Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28279

    Hi,

    I’m using the notification box, but I want to align my text left and want to use normal letters (not capital letters).

    I tried <p style=”text-align: left;”> etc … This works in other cases but seems not to be working here …

    Can you please help me out?

    Thanks!

    #137092

    Hey,

    Add this on your custom.css or Quick CSS:

    .avia_message_box_content {
    text-align: left;
    }

    .avia_message_box_icon.avia-font-entypo-fontello {
    float: left;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Notification box problem’ is closed to new replies.