1. wallis
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 10 September 2014
  5.  Subscribe via email
Hi
On Grafik I would like to have the vertical menu over the header and followed the tutorial “Creating a new module position in the header area of your template”. It’s there now. I moved the menu Joomla51 to the new position. Question: what code shall I use to reproduce the style we have in the demo?
thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your vertical menu? Also a URL to an example of the menu you wish it styled similar to?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi
The site address: http://www.casadarroteia.pt/novo/
Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To better style your #newmodule menu items try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


#newmodule ul {
padding-top: 5px;
}
#newmodule li {
padding: 13px;
}
#newmodule .menu li [class^="fa-"]:before,
#newmodule .menu li [class*=" fa-"]:before {
top: 0;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán
Now I see the mechanism and develop from there.
Your help is great.
Manny thanks
wallis
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Here I came again. The new module is OK now, and configured as I want. However it is not responsive. Is it possible for me to make it responsive?
Tanks
wallis
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Wallis

As your module is using absolute positioning your only real option is to hide the menu on smaller screen devices. To do so you can add the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 1024px) {
#newmodule {
display: none;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán
Thank you. One more question if you don’t mind. Since the absolute positioning was our choice, the question is: can we make it relative and get the new module responsive?
Regards
wallis
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Your only responsive option would be to use the module positions provided with the template. So for example your slideshow can be placed in the top-1a module position and your menu in the top-1b position. You can then alter the widths of these positions using the 'Module Widths' feature in the template parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, all right. Thank you.
I realy appreciate youl help.
Best regards
wallis
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok