Header text wants to center but previews show it on the right

Any tips on how to get the header text box to float right?

All the skins that have the box display this box in the middle of my header: http://dl.dropbox.com/u/144582/Screenshots/o6.png

Here’s the code output: http://dl.dropbox.com/u/144582/Screenshots/o5.png

Thanks!

Hi Jason,

It shouldn’t be doing that. Can you send me a link and an export of your theme settings? You can find that under Theme Settings > More > Export Settings.

Thanks,
Justin

[Content Hidden]

Hi Jason,

You can fix the FireFox issue by going to Appearance > Theme Settings > Code > CSS and adding this snippet…

.fl-page-nav-bottom .fl-page-header-row {
    width: 100%;
}

I’ll include that fix in the next update.

Justin