top bar text size

Posted in: Newspaper
Post count: 60

Hi, we need to accomplish 2 things in the top bar:

1) move the date field to the left
2) make date field text smaller, and top bar menu text size bigger

Thanks!

Post count: 22421

Hello,

Unfortunately you cannot have both requests as the main container will not let anything move more to the left. Here is what I mean: http://screencast.com/t/JNbndLsOiK
As for the fonts, you can use this custom css:
.td_data_time{
font-size: 10px;
}
.menu-top-container{
font-size: 15px;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.