sarchs Posted October 4, 2010 Posted October 4, 2010 Hello I am in the process of setting up our new school website. I need to move the menu bar along the top so that is goes underneath the logo. I am struggling to find out where to change this in the .css Please help The link is here
nickjelly Posted May 24, 2011 Posted May 24, 2011 I would really like to know how this is done too i.e I would like the top menu to appear between the logo and the slideshow. Sarchs I see you achieved it on your site. Could I ask how? Thanks
beeswax Posted May 24, 2011 Posted May 24, 2011 (edited) This may help - http://www.edugeek.net/forums/edugeek-joomla-1-5-package/29626-header-menu.html or this - http://www.edugeek.net/search.php?searchid=3946661 Edited May 24, 2011 by beeswax
nickjelly Posted May 24, 2011 Posted May 24, 2011 Thanks Beeswax. I've tried out the changes in the the first link and that's useful in moving the topmenu down a bit within the same template area, but I need to position the topmenu directly underneath the logo as was achieved by sarchs above, which to me hints at another template area perhaps?? Second link didn't work.
beeswax Posted May 24, 2011 Posted May 24, 2011 Ooops! Go to Forums>Projects>Edugeek Joomla 1.5 Package and do a search for "menu" which should give you some decent results.
kaltz39 Posted January 14, 2012 Posted January 14, 2012 Sorry for raising an old thread but I'm having the same issue. Can someone tell me how to move the topmenu down below the logo? Cheers
boyceyuk Posted May 8, 2012 Posted May 8, 2012 Hi Guys, Was there ever an answer to this query? I really need to get my menu moved below my logo as the logo is the width of our site.
TechMonkey Posted May 9, 2012 Posted May 9, 2012 I think all I did was move the div with id "topmenu" below the logo div. I don't remember changing it but our site has the menu below the logo. 1
boyceyuk Posted May 9, 2012 Posted May 9, 2012 I think all I did was move the div with id "topmenu" below the logo div. I don't remember changing it but our site has the menu below the logo. Thank you for your reply. Was this change made within joomla admin or was it a (albeit minor) code change? In any case where would I make this change? Many thanks for your help!
TechMonkey Posted May 9, 2012 Posted May 9, 2012 As long as the menu is assigned to the "topmenu" area then the only change needed is in the template file. This will be under templates > [TEMPLATE NAME], in the index.php.
boyceyuk Posted May 9, 2012 Posted May 9, 2012 Thanks for the reply. In between posts I looked t the file you mentioned above however it seems that topmenu id is already below The logo div: templates/<?php echo $this->template ?>/images/logo.png <?php if ($this->countModules('topmenu')): ?> <?php endif; ?> I maybe missing something here but I'm not very offay with php!
TechMonkey Posted May 9, 2012 Posted May 9, 2012 Ok, that is good, it looks about the same as mine. Ok next go into the Joomla Admin, under the Extensions menu choose Module Manager & find what position the MainMenu is in. 1
boyceyuk Posted May 9, 2012 Posted May 9, 2012 [url=http://www.st-augustines-high.lancsngfl.ac.uk/Joomla/site/][/url]Hi, The position of the main menu is topmenu. We are wanting the logo and menu to look (position wise) exactly as it does on this site: http://www.st-augustines-high.lancsngfl.ac.uk/Joomla/site/ Is the code that I pasted in my previous post correct?
TechMonkey Posted May 9, 2012 Posted May 9, 2012 Seems to be, ours is slightly different but we have a picture slideshow between the logo and menu. Ours is like that link you sent. Below is our header from the index.php. templates/<?php echo $this->template ?>/images/logo.png 1
boyceyuk Posted May 9, 2012 Posted May 9, 2012 but if your div with id "topmenu" is below the logo div like ours is, and our menu module is in the topmenu position...I'm baffled as to what I'm doing wrong!
TechMonkey Posted May 10, 2012 Posted May 10, 2012 Ok, first difference I have seen is that in suffix.css (in the template folder) I have: #topmenu { width:100%; } Which yours doesn't
boyceyuk Posted May 11, 2012 Posted May 11, 2012 Ok, first difference I have seen is that in suffix.css (in the template folder) I have: #topmenu { width:100%; } Which yours doesn't I've added this in however it doesn't seem to of made any difference....
kaltz39 Posted May 11, 2012 Posted May 11, 2012 Hi there, I made the changes to our site earlier this year I did the following (had to write it down in case i made a mess) Edit Template.css first. Change Headerbg2 Height to 108 Change Headerbg21 Height to 108 Change Headerbg 22: Width to 950 Padding-top to 10 Add padding-left 50 Edit suffix.css Line 27 – float left Hope this helps. 1
boyceyuk Posted May 11, 2012 Posted May 11, 2012 Hi there, I made the changes to our site earlier this year I did the following (had to write it down in case i made a mess) Edit Template.css first. Change Headerbg2 Height to 108 Change Headerbg21 Height to 108 Change Headerbg 22: Width to 950 Padding-top to 10 Add padding-left 50 Edit suffix.css Line 27 – float left Hope this helps. Many thanks for the reply Kalitz. I made the changes as per your post. It has almost done exactly what we want, however the menu does not seem to start from the start of the logo above and the slideshow images below (see the test site test.stannsprimary.org.uk). Any ideas what could be causing this?
kaltz39 Posted May 12, 2012 Posted May 12, 2012 Hi boyceyuk, Do you mean that you want the Home to be the first menu item. If this is the case you need to go into the menu item manager and change the Order ie set Home to 1 etc.
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