1. mediafrog
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 01 April 2014
  5.  Subscribe via email
hi cirian

please have a look here:

http://www.pfalzergruppe-herten.de/newside/

the menu-module on top-1ab shows the title, although I deactivated it.
And of course I want the menu horizontal. how can I change this.
and last but not least I would like to have the corner on the top of showcase roundet.

this is the page (joomla 1.5) I have to design in joomla 3.2

http://www.pfalzergruppe-herten.de/

of course only similar.

I know a lot of questions. Hope you can help me again.

regards grit
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

As this is a tabs module position the tabs will remain on regardless of your module title settings. To hide these tabs you can try adding the following to the Custom CSS field of your templates parameters...


ul.tabs {
display: none;
}


To float your menu items to the left try also adding the following...


.tabcontent ul.menu li {
float: left;
padding: 0 10px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
hi Ciarán

thank you. but I think in the meantime, it is better not to change everything. so I will use the main menu like in default settings.

regards
grit
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!