Skip to main content

Position of Title in Banner

Comments

3 comments

  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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

Please sign in to leave a comment.