Thread Locked This thread is locked - replies are not allowed.


This question is answered. Helpful answers available: 1. Correct answers available: 1.


Permlink Replies: 3 - Pages: 1 - Last Post: 27 Aug 22, 14:35 Last Post By: JeffTucker Threads: [ Previous | Next ]
RJLaBella

Posts: 46
Registered: 22-Apr-2007
Neptune - Possible to change Title Bar Theme Image Title Location?
Posted: 25 Aug 22, 17:16
 
Is there a way to change the Title Bar Theme Image Title location from center to Left-Top or Left-Bottom?
JeffTucker

Posts: 8,577
Registered: 31-Jan-2006
Re: Neptune - Possible to change Title Bar Theme Image Title Location?
Posted: 25 Aug 22, 18:11   in response to: RJLaBella in response to: RJLaBella
Helpful
Well, yes and no. You can use some custom CSS under Neptune > Code > CSS:
.ja-pagetitleTI {margin: 0px; padding-top: 5px; text-align: left;}
#ja-navleft, #ja-navright {height: 0px;}
That will move the title to the left, and to the top, but it will make it impossible to show navigation icons up there (like "home").

There's no way to move it to the bottom - the title isn't absolutely positioned (and can't be, in this case).
RJLaBella

Posts: 46
Registered: 22-Apr-2007
Re: Neptune - Possible to change Title Bar Theme Image Title Location?
Posted: 25 Aug 22, 18:25   in response to: JeffTucker in response to: JeffTucker
 
Thanks, that works.

I tried a few different margin & padding-top settings, but the pixel dimensions don't seem to move the title around relative to the corner of the image.

Thanks.
JeffTucker

Posts: 8,577
Registered: 31-Jan-2006
Re: Neptune - Possible to change Title Bar Theme Image Title Location?
Posted: 27 Aug 22, 14:33   in response to: RJLaBella in response to: RJLaBella
 
I see that you're making the "dimming layer" behind the title completely transparent. This makes the text very difficult to read, depending upon the nature of the theme image. That dimming layer is there for a reason!

But if you insist upon doing that, and want the title to move further towards the top, apply some negative margin (padding is always zero or greater, but margin can be negative):
.ja-pagetitleTI {margin: -30px 0px 0px; padding-top: 5px; text-align: left;}
#ja-navleft, #ja-navright {height: 0px;}
Or, you can stick to the custom CSS I posted above, but choose Neptune > Title Bar > Theme Image > Gradient title background. You can still make the dimming layer as light or dark as you please, but again, with no background, the text is very difficult to read.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums