1. ziggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 07 June 2013
  5.  Subscribe via email
hey guys..

i recently bought the j51 nocturne theme and now i have a question
is it possible to make a line break inside the mainmenu ?

the other question:
how can i put the login box into a dropdown menu ?
Accepted Answer Pending Moderation
0
Votes
Undo
http://www.actionsystems.eu/

this is the site..

i've got the following problem:

i got a mainmenu link like:

PROJEKT SUPPORT


but i want it like this:

PROJEKT
SUPPORT

centered

any advice you can give me ?

maybe there is an option to limit the width of the table to force a linebreak?
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To achieve this style of menu you will need to use a 'mega menu' styled dropdown which allows you to add multiple modules in your menu dropdown. Sorry to say this feature is not available within this template however there is a number of mega menu extensions available. One option may be the following however it has never been tested with this template...

http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/drop-a-tab-menus/18101

To wrap your menu item to a second line try adding the following to the Custom CSS field of your templates parameters...


[code type=css]#hornav .item-107 a {
padding: 5px 15px;
white-space: normal;
width: 65px;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
thx.. it worked great so far :)

so i've got another few questions to bug you:

if you could take a short look on our site:
http://www.actionsystems.eu
you will see that the SideCol-A and SideCol-B doesnt fit in width when its shown on smaller devices (iphone/etc.).. the width is set to 25%

another problem is that we set the sidecolumns to show an image (like on your live demo)
but the text is inside the image :(

would be very nice if you could help us :)

thx for your nice support,

greets coldi
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Coldi

Just to confirm regarding the width issue, you would like the sidecolumns to remain at 25% on smaller screen devices?

For the icons in the sidecolumn area try removing the following from your templates nexus.css (../templates/j51_nocturne/nexus.css - line640)


[code type=css].sidecol_block h3 {
padding:0px 0px 5px !important;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
hmm..
sry for my rly bad english :/

no i would not like to remain the sidecolumns ab 25% on smaller screens..

i attached a picture below.. there are about 20px or something difference to the right border from sidecol-a and sidecol-b


http://www.image-upload.net/di/TE8Z/Bildschirmfoto_2013-06-14_um_17.png
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for clarifying.

To amend try adding the following to the Custom CSS field of your tempaltes parameters...


[code type=css]@media only screen and (min-width: 768px) and (max-width: 959px) {
#sidecol_a .sidecol_block {padding:0;}}
@media only screen and ( max-width: 767px ) {
#sidecol_a .sidecol_block {padding:0;}}
@media only screen and (max-width: 440px) {
#sidecol_a .sidecol_block {padding:0;}}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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