Top Menu is displayed vertically

  • Redo-It
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #41016 by Redo-It
Pleas forgive me if I should have found the answer to my question elsewhere on this forum, but I'm not yet a real joomla expert, an neither am I a template expert.

I'm rebuilding a site (moving from joomla 1.5 to 3.x) by setting up a blank new joomla 3.x site, an coy-paste every menu, every article, ... to the new (blank) site.

I'm having trouble in the theme 'hot destinations' for having the menu displayed correctly. It's displayed vertically (alignment) while it should be horizontally.

What am I doing wrong? Is this a setting that I can override in some css file? Some setting I'm missing?

I'm not able to give an URL, because the site for now is residing locally on my machine.

The original site is located www.sleepwell.be
Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
10 years 8 months ago #41017 by milos
Please edit the menu module and make sure that you put "nav" for "Menu Tag ID" parameter (under Advanced tab).

Thanks
The following user(s) said Thank You: Redo-It

Please Log in to join the conversation.

  • Redo-It
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #41033 by Redo-It
Thanks! It worked!

Now I have another question arising... it seems that the logo (top) is a bit too large.

Can I fix some setting somewhere to make the blue banner a bit larger?

Please have a look at the attachment to see what I mean.

Thanks!
Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
10 years 8 months ago #41038 by milos
Hello,

You can edit file /templates/hot_destinations/css/layout.css and around line 45 change height parameter of .header class.

Thanks
The following user(s) said Thank You: Redo-It

Please Log in to join the conversation.

  • Redo-It
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 6 months ago #41939 by Redo-It
Hello again, we are a bit further on now, the site is as good as completed.

Is there a possibility to move the menu a bit more to the right?

www.sleepwell.be/index.php


Attachments:

Please Log in to join the conversation.

More
10 years 6 months ago #41941 by ivan.milic
In template_css.css:

#nav, #nav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: absolute;
z-index: 10000;
width: 850px;
margin-left: 105px;
}

change:

margin-left: 105px;

to:

margin-left: 130px;

Please Log in to join the conversation.

Time to create page: 0.173 seconds
Powered by Kunena Forum