News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Flags in the centre

Started by StuartDH, January 31, 2005, 12:26:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

StuartDH

Hi,

I've got 1.3.2 running the Mac OS theme at www.wildaboutbritain.co.uk and all is working well apart from the position of the flags at the bottom of the page. I'd like to have them sitting in the centre as opposed to their current position on the left but I'm not too sure which line of which file I need to change. Any help would be gratefully received.

Thanks

Stuart

Abbas Ali

#1
For Mac_ox_x theme edit themes/mac_ox_x/template.html

Replace (somewhere at the bottom of file)


{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}{LANGUAGE_SELECT_FLAGS}


with


<div align="center">{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}{LANGUAGE_SELECT_FLAGS}</div>


This will center align theme selection box, language selection list and flags.

To center align only flags replace above code with


{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}<div align="center">{LANGUAGE_SELECT_FLAGS}</div>
Chief Geek at Ranium Systems

StuartDH

Excellent! Exactly what I was looking for.

Thanks Abbas, I don't know how I missed it?

Cheers

Stuart