Jump to content

Recommended Posts

Posted

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

  • 7 months later...
Posted

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

Posted

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.

  • 7 months later...
Posted

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

  • 3 months later...
Posted

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.

Posted
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!

Posted
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.
Posted

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!

Posted
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.
  • Thanks 1
Posted

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

 

 

  • Thanks 1
Posted
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!
Posted
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....

Posted

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.

  • Thanks 1
Posted
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?

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...