Position of Title in Banner
We would like to have a corporate logo on the left side of the banner with the application title / subtitle immediately to the right of the logo. The placement of the image is easy using the "Left Image URL" property in the "Look and Feel" section of the configuration. However, by default both the HTML5 and Silverlight viewers put the title/subtitle text to the far left side as well - right on top of the logo.
Is there a way to control the positioning of the title/subtitle? All our applications will have the logo on the left side so the title positioning wouldn't need to be dynamic in any way - just an across the board shift to the right about 150 pixels.
On a side note, is there any reason why the HTML5 viewer has options for both title and subtitle but the Silverlight viewer only has a title option?
Thanks,
Peter.
-
We have a similar layout, and I edited common.css
look for .banner-text, change the "left" property to what you desire.
You might also have to play with .banner-text h1, .banner-text h2 to get the look you want.
There might be things I missed, but hopefully that helps a little
Colin
0 -
Did you get this working Peter? I used to be able to insert empty spaces before the title to make it work but that doesn't seem to work in later versions.
0 -
Rebecca,
We did fix this by adding the following style to the custom\desktop.css file:.banner-text {
left: 130px;
}This pushes the title and subtitle far enough to the right so it does not overlap our logo.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare