Sorry of this is a really basic question, but how do I move the Home and Log In buttons (links?) from the left side of the header bar to the right side?
Thanks
Sorry of this is a really basic question, but how do I move the Home and Log In buttons (links?) from the left side of the header bar to the right side?
Thanks
In includes/templates/template_default/common/
Open tpl_header.php and find the following code:
change <ul class="back"> to read <ul class="forward">PHP Code:<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
Save the edited file to includes/templates/YOUR_TEMPLATE/common/tpl_header.php and upload to your server.
Thanks, I have searched all over trying to figure out how to do that.