1. antonio.b.leitao
  2. Commercial Templates
  3. Saturday, 06 April 2024
  4.  Subscribe via email
Hello.
I have a Joomla website with the J51 - Renovate template.
The main top menu is rendered by the template rather than via a module position and I wanted to change its height but I can't find how to do it.
It's possible? How can I do it?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your menu?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#hornav > ul > li > a {
padding-block: 15px;
}
#hornav a:hover:after,
#hornav a:active:after {
height: 54px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, it really solves one of my problems, but I also want to reduce the space highlighted in the picture between the white line and the menu.
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try also adding the following (edit to taste)...

#container_header {
height: 90px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you... problem solved.
  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!