Good morning,
Can you please tell me how to reduce the height of the menu bar as well as the height of the website title bar?
Also, is there a way to make the menu bar disappear on page activation and appear only on mouse over on certain pages?
Thank you in advance.
Kind regards,
Eri
- erikoraka
- Commercial Templates
- Wednesday, 22 October 2014
- Subscribe via email
Hi Eri
To reduce the height of your menu bar try adding the following to the Custom CSS field of your templates parameters...
For the logo area you can also add the following (edit to taste)..
Note you will also have to edit the stop position of your menu on scroll by editing the following in your templates scripts.php...
Sorry to say I do not understand your last query?
Ciarán
To reduce the height of your menu bar try adding the following to the Custom CSS field of your templates parameters...
#hornav > ul > li > a {
padding-bottom: 10px;
padding-top: 10px;
}
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
top: 12px;
}
For the logo area you can also add the following (edit to taste)..
#container_header, .header_bar {
height: 100px;
}
Note you will also have to edit the stop position of your menu on scroll by editing the following in your templates scripts.php...
jQuery("#container_hornav").sticky({ topSpacing: 122 });
Sorry to say I do not understand your last query?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Dear Ciarán,
I added the following to the Custom CSS of one of my templates:
#container_header, .header_bar {
height: 80px;
}
#hornav > ul > li > a {
padding-bottom: 8px;
padding-top: 8px;
}
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
top: 10px;
}
jQuery("#container_hornav"
.sticky({ topSpacing: 122});
BUT something is wrong when I scroll down the page (http://www.megarevma.gr/new/index.php?option=com_content&view=article&id=39&Itemid=104). When I change the jQuery topSpacing nothing happens..
ALSO the position of the text in the logo area needs to be adjusted also? How can I do this?
Could you please advise?
Thank you in advance,
Eri
I added the following to the Custom CSS of one of my templates:
#container_header, .header_bar {
height: 80px;
}
#hornav > ul > li > a {
padding-bottom: 8px;
padding-top: 8px;
}
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
top: 10px;
}
jQuery("#container_hornav"

BUT something is wrong when I scroll down the page (http://www.megarevma.gr/new/index.php?option=com_content&view=article&id=39&Itemid=104). When I change the jQuery topSpacing nothing happens..
ALSO the position of the text in the logo area needs to be adjusted also? How can I do this?
Could you please advise?
Thank you in advance,
Eri
- more than a month ago
- Commercial Templates
- # 2
Hi Eri
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
I have corrected your scripts.php. Your top menu should be now sticking in the correct position.
To edit the position of your logo add the following to the Custom CSS field of your templates parameters...
Ciarán
I have corrected your scripts.php. Your top menu should be now sticking in the correct position.
To edit the position of your logo add the following to the Custom CSS field of your templates parameters...
#logo {
top: -22px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
...And something else I noticed.
The second level menu, now that we reduced the menu height, seems to be a little lower than its parent, that means it leaves a small space between the two. How can I make the small space disappear?
Thanks again!
The second level menu, now that we reduced the menu height, seems to be a little lower than its parent, that means it leaves a small space between the two. How can I make the small space disappear?
Thanks again!
- more than a month ago
- Commercial Templates
- # 6
Try also adding the following..
Ciarán
#hornav li:hover > ul,
#hornav li ul li:hover > ul {
top: 40px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Ciarán,
I also think I have to adjust the height of the third level menu also..
Can you please tell me how to do this?
Thank you in advance.
Best regards,
Eri
I also think I have to adjust the height of the third level menu also..
Can you please tell me how to do this?
Thank you in advance.
Best regards,
Eri
- more than a month ago
- Commercial Templates
- # 8
Hi Eri
Try also adding the following to your Custom CSS field...
Ciarán
Try also adding the following to your Custom CSS field...
#hornav li ul li:hover > ul {
top: 0px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »