What is the best practice for altering the sequence of information displayed in the top banner of a contributed theme, where that top banner is NOT a block, and there appears to be no obvious method of re-configuring the sequence?

For example, the Responsive Business Theme (Responsive Business Theme) displays the top banner information as "site logo", "site name", and "main menu", from left to right. I want to display that information in the inverse sequence: from left to right as "main menu", "site name", and "site logo."

Would a "sub-theme" be the best practice for accomplishing this change? Or, other method?

- Harry

Comments

keneso’s picture

First create a child theme (sub-theme), then if you go to:
/responsive_business_child/templates/page.tpl.php

You can move and position the element as you like, most probably you should then tweak the css as well.

Harry Hobbes’s picture

Thank you Keneso. I'll pursue this solution.

- Harry