sparkeh Posted June 1, 2009 Posted June 1, 2009 I am creating a Joomla website and have applied a template that moves the left hand area over to the right. I can't for the life of me work out how to alter the template so that the left area is displayed over to the left. Is this something that is set in the CSS or the HTML? TIA
jann Posted June 1, 2009 Posted June 1, 2009 If an area already exists on the right-hand side you can just swap the area the modules are published to in the admin interface. Otherwise editing the template php file will allow you move the 'position' locations around. What do you have published in the left and right positions?
sparkeh Posted June 1, 2009 Author Posted June 1, 2009 Sorry I didn't explain that very well The left hand area has been moved so it appears next to the right hand one so you get: Main body -> left -> right. I have just applied the template to the Edugeek package so the published items are the modules for school status, newsletter etc
Edu-IT Posted June 1, 2009 Posted June 1, 2009 Can you not just copy the CSS for the right column, rename it, then move the current left column HTML in the template php and obviously change the class for it? E.g Current left column may be called left so copy the CSS for that and rename it left1 or something more useful then where you've got div class="left" or div id="left" just change it so it's left1 and then surely the position will be correct?
mossj Posted June 1, 2009 Posted June 1, 2009 (edited) Open up index.php in the root of the template/*yourtemplate* folder. There should be some obvious containers, i.e Left, Right, Main etc Find the left container (from what you've said it should be after the main container) and move it infront of the middle container. You may also have to edit the css found in the template/*yourtemplate*/css folder as well. If its not fixed by the time i get some free time, I will give you a real example to show how its done.. Edited June 1, 2009 by mossj
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now