Hello,
Question 1 : i want to use image and text in Navigation bar like..

Instead of Sample App i need Image (logo) but its not working.
i have achieved above in two steps.
First step:
Application Attributes - > Logo Type ->Sample App
Second step :
Theme Roller :
.t-Header-logo a span {
font-size: 3.8rem;
}
.t-Header-logo a span:after {
font-size: 1.8rem;
content: " - This is a sample application.";
}
Question 2:
how can i break this text its dynamic.

like ...
Nobody
Tuesday, November 24,2015
log out
Right now its in one line i want to break it.
thank you